Relative Content

Tag Archive for visual-studio-code

How to set default “find in explorer” mode in VS Code?

In one of the recent VS Code updates, they redesigned the “find in explorer” feature (ctrl+alt+f in the explorer view) so instead of just highlighting items it filters the whole list, which in my opinion is way more useful, but about 2 versions later the old highlight mode was brought back and made the default again. Filter mode still exists and can be toggled with a button in the search box, but it defaults to off and resets every time the workspace is reloaded.

How to set default “find in explorer” mode in VS Code?

In one of the recent VS Code updates, they redesigned the “find in explorer” feature (ctrl+alt+f in the explorer view) so instead of just highlighting items it filters the whole list, which in my opinion is way more useful, but about 2 versions later the old highlight mode was brought back and made the default again. Filter mode still exists and can be toggled with a button in the search box, but it defaults to off and resets every time the workspace is reloaded.

Where is the .vscode folder located?

I am trying to look for a folder called .vscode and I can’t find it anywhere on my C drive. Is it hidden? If it is, where should I look for it so that i can unhide it.

Why my vscode can’t compile a ‘.c’ file to a ‘.exe’ file?

I store my codes in a folder called “c”, which contains the .vscode folder. The thing is, when I write .c programs in other folders in the “c” folder, they can be automatically compiled and generate .exe files to run by clicking on “run code”. But when I create a new folder in the “c” folder and write a .c program there, clicking on ‘run code’ will pop up an interface for me to select the program that compiles the file. If I don’t select it, I find that a compiled file without a suffix appears in the folder, but it is not an executable program. I want to ask what’s going on?