How can I prevent VS Code to revert my changes on save?
I have a file open in VS Code As you can see on line 1, 5, and 6, there are errors.When I hovered over them, I saw this message.Then, I decided to fix them base on the error message suggested.Now, the...
View ArticlePermanently resolve Unable to watch for file changes in this large workspace
To resolve this issue I got there to the link provided by vscode...
View ArticleHow to integrate guru with visual studio code?
I followed the guide: https://docs.google.com/document/d/1_Y9xCEMj5S-7rv2ooHpZNH15JgRT5iM742gJkw5LtmQ/editI have it installed on my linux system: guru -help works.And at the point of integrating it...
View Articledoes visual studio code with PlatformIO requires CLang?
I am working on a project for esp32 board. I am using Visual Studio Code with PlatformIO as an IDE (with Arduino framework) for code development. I need to use static code analyzer "CLang" for my...
View ArticleHow to pass VM arguments in VSCode?
I am trying to mock a static method using JMockit. The combination that I'm trying to run is Junit5, Jmockit 1.41 and JDK11 with VSCode. Initially I got java.lang.IllegalStateException: Running on JDK...
View ArticleHow to make VS Code not open a terminal when debugging?
I've installed VS Code on Ubuntu 17.04. When I debug my C++ application, the output is displayed in a dedicated terminal and not within VS Code itself (like Eclipse does).How do I make VS Code display...
View ArticleVS Code - Add a new file under the selected working directory
I'm trying to get a shortcut to add a new file under my current working folder. So I navigate to the explorer using cmd+shift+e and when I get to the folder I want to create a new class I do cmd+n...
View ArticleCan I ssh from WSL in visual studio code?
I am using WSL on windows 10 to program, and recently discovered that VS code can be used to edit programs through SSH. However, I normally SSH into my university's computers through WSL so i can...
View ArticleVScode How to encode and save multiple files at once
I'm very new to programming.I have over 100html files written in Shift-JIS that needs to be re-encoded in UTF-8. I know how to do this on Visual Studio Code for a single file; by clicking on the code...
View ArticleLaunch.json: how to reference an environment variable
In order to define my environment variables in a single place a configured a task in which a run a shell script. The task is run as preLaunchTask in my launch.json.In my launch.json I now try to...
View ArticleVscode gives "ModuleNotFoundError", when running python script with right...
When debugging, it doesn't give error, but works ok. I tested with one line: import fiona
View ArticleHow do I change the size of a space in VSCode? [closed]
VSCode Version: 1.41.1 OS Version: Ubuntu 18.04.3 LTSIn my VS Code, the space is only half the size of one character. How do I change the size of a space to one character?
View ArticleWhat i should i do to solve problem on using vs code [java]
package Java; public class HelloWorld { public static void main (String[] args) { System.out.println("HelloWorld!"); } } This is a code that i tried on VS code with java.At first time, I compiled it...
View ArticleVertical rulers in Visual Studio Code?
How can vertical rulers (note the plural) be configured in Visual Studio Code?In Sublime Text 2 I can do "rulers": [72, 80, 100, 120] How does this work in Visual Studio?"editor.ruler": 80 produces...
View ArticleHow can I prevent zombie processes caused by pool.map while using "spawn"...
I am running python 3.6 through VSCode on WSL Ubuntu. My code repeatedly calls the function f() below:def do_nothing(folder): print("I'm process", os.getpid()) logfile = os.path.join(folder,...
View ArticleBest practice on using Github / Visual Studio Code for automatic deployment...
Here is current the context:One developper (myself) working from two different PC's with Visual Studio CodeOne master branch on Github with automatic deployment via a Webhook on the production...
View ArticleHow to trigger parameter hints in Visual Studio Code?
I want to show parameter hints when I position cursor within the parentheses of the calling method.I know similar answers already exist for Visual Studio on Reddit, but I couldn't find a quick answer...
View ArticleInstalling Visual Studio Code locally without user privileges
Using Debian GNU/Linux 10 (buster).I would like to install Visual Studio Code in a way that does not require superuser privileges. I am working on a computer within a network for which I do not have...
View ArticleVSCode is not saving changes in Jupyter Notebook (unless I run the cells with...
I've been losing changes I've made to some of my cells because although I saved the notebook file, I didn't actually run the cell (this is for both code and markdown cells). And when I close the file...
View ArticleUnusual behavior, cannot find name 'Array'
I am trying to use the array functionality in angular 7 but I am facing the error saying, cannot find name 'Array'. Similarly, I am not able to use the simple array methods like push and pop.Angular7...
View Article