Questions tagged [vscodium]

43 questions
0
votes
0 answers

VScodium not pasting full path in ubuntu 22

When I click on a file from Nautilus and do Ctrl + C, if I paste in Gedit for instance, it copies full path, but VSCodium only pastes the file name. I could not find any special paste option, or a way to copy it full.
ImanolUr
  • 348
  • 2
  • 13
0
votes
1 answer

Is there a way to 'watch' what Codium itself is doing?

I've posted before about VSCodium and it's insane search for a "node_modules" folder via FTP after opening a javascript file. Up to now, my solution has been to rename one of Codium's folders (in the previous post) - I don't know why it works, but…
Bill in Kansas City
  • 360
  • 1
  • 5
  • 21
0
votes
2 answers

Can't get rid of markdown extension I didn't install

I've started redacting markdown files inside VSCode (currently VS Codium, but I face the same issue in VSCode as well). What bothers me is that I see an odd preview with Chinese hieroglyphs everywhere: I have no markdown extension installed (as…
Andrii
  • 133
  • 1
  • 10
0
votes
1 answer

Show .rtf files in VSCode / VSCodium with proper font and style characteristics

I'm using VSCodium and I typically keep project notes in .rtf files, where I can use different fonts (such as courier for code snippets) and bold or occasional coloured highlights for emphasis. I need to have my notes file active alongside my IDE,…
RossGK
  • 515
  • 2
  • 7
  • 19
0
votes
1 answer

Suppress syntax function help popups in VS Code/VSCodium

I'm using VSCodium to write some Python, and using the Python/Intellisense/Pylance Extension and an annoyance is the constant pop-ups explaining every basic function to me. For example if I start to type a print() statement it pops up a large box…
RossGK
  • 515
  • 2
  • 7
  • 19
0
votes
0 answers

How to find all the available values of an option?

VS Codium allows users to configure options by using their name in a config file. However, it's not always obvious what the supported values are for a given name, and it's not always spelled out in the documentation either. For example, the option…
Dommondke
  • 307
  • 1
  • 8
0
votes
1 answer

Rootless VS Code (dockerized)?

Is there any method to install VS Code in a docker container as a web-based editor that can be run in a rootless mode (no sudo in container entrypoint scripts etc.)? E.g. to run it in this scenario: docker run -u 12345 --cap-drop=all…
mirekphd
  • 4,799
  • 3
  • 38
  • 59
0
votes
1 answer

Why I couldn't run same installed app on IDE integrated terminal even I could run on default terminal

I just switch to try develop on Linux for a while. But one thing I couldn't understand how to solve it, as I mentioned in topic. I'm going to develop a project that need Java SDK, then I installed the SDK with command: #bash sudo apt install…
Natta Wang
  • 553
  • 11
  • 18
0
votes
1 answer

VSCodium in Manjaro/Gnome changes keyboard shortcut

I use Manjaro/Gnome and had Super+F to start the file manager (Files). I decided to give it a try to VSCodium and now the shortcut starts VSCodium, not Files. I searched in Gnome Settings>Keyboard and the shortcut assigned to Files is still Super+F,…
0
votes
0 answers

How to run javascript scripts from within VS Code using F5 or CTRL + F5?

When I try to run any javascript file from VS Code using native VS Code options: either 'Start debugging (F5)' or 'Run without debugging (CTRL + F5)', I get the following error: Process exited with code 1 Uncaught Error Error: Cannot find module…
0
votes
1 answer

codium + pcmanfm-qt == 70+ CWD and SIZE commands per second

Local: Kubuntu 21.10, VSCodium 1.65.2, PCManFM-qt 0.17.0 Server: Windows Server 2016, FileZilla FTP Server I use VSCodium (the MS telemetry free version of Visual Studio Code) as my editor, PCManFM-qt as my FTP client. It's a great combination…
0
votes
1 answer

Can not run appimages inside rootless docker container

I have installed rootless docker on ubuntu 20.04 [https://docs.docker.com/engine/security/rootless/][1] I have download vscodium appimage from…
-1
votes
1 answer

Vscode stop multiline cursors to jump to start of line after last character

I need to edit multiple files to create fixtures in php. I start with a spreadsheet and use multicursor to insert the code in between the text, adding multiple lines when necessary to have all in one column (that my php linter removes on save). When…
Joel.O
  • 1,980
  • 3
  • 16
  • 26
1 2
3