How does Visual Studio Code (VSCode) know environment variables set in...
Environment:macOS CatalinaVisual Studio Codefish shellI'm using fish as a default shell and almost every environment variable, include $PATH, is set within ~/.config/fish/config.fish (~/.bash_profile...
View Articleconda activate base gets automatically executed in visual studio code? [closed]
when I am opening the terminal in visual studio code, the statement conda activate base is automatically gets executing. why?
View ArticleFlutter Exception caught by widgets library / Exception caught by animation...
So, I have this error showing in my debug console everytime i log out from my app. I mean it logged out the user just fine from Home to Login screen. I can log back in too. The app on emulator neither...
View ArticleHow can i disable the grey out code in Vscode for string of some PNG data URI...
I have a "visual" problem in Visual Studio Code (1.42.1). When i add a data:image/png;base64 as a string and the string includes a sequence of //////////////////////////////////////// (that seems...
View Article"breakpoint set but not bound" issue in Electron
VSC: 1.42.1 Electron: 8.0.3 macOS: 10.14.5 node: 11.15.0When trying to debug the renderer process in Electron, none of the breakpoints trigger due to the "breakpoint set but not bound" issue....
View ArticleCompiling C++11 in Visual Studio Code [closed]
I'm using Visual Studio Code to compile C++ programs and it works for most C++ programs as it compiles it using g++ command. However, I am facing difficulty in compiling c++11 programs using it.When I...
View ArticleHow to Setup VS Code For C++ 14 /C ++17
I tried to run a .cpp file from workspace but giving me this error about not adding c++11/higher flags but I have added them in task.json Error[Running] cd "c:\Users\Nuhash\Desktop\test\"&& g++...
View ArticleUse Jython and lint on VScode
I would like to use Pylint to lint Jython code. Clearly, all Java functions (JPanel, JFrame, JComboBox, etc.) are recognized as an error (eg. undefined variable 'JPanel'). I would like to know if there...
View Article"Firebase cannot be loading because running scripts is disabled on this...
I have installed the firebase tools, however whenever I try to initialize it in my rootfolder, using the terminal from Vscode, I receive the following error. Why is that?
View ArticleVSC unable to watch for file changes in this large workspace weird
I just started using VSCode version 1.24.1.After loading a folder, it shows warning Visual Studio Code is unable to watch for file changes in this large workspaceAfter i check the limit as suggested on...
View ArticleHyperledger Fabric on VSCode, get error: Error instantiating smart contract:...
Using the IBM Blockchain extension on VSCode, I get the following error when trying to instantiate my Smart Contract on my channel: Error instantiating smart contract: chaincode registration failed:...
View ArticleVs Code Perform Regex On Capture Group Result
I've got this samplestring:registerForm.main.myApplicant = value I need to replace this with:registerForm.main.getMyApplicant() = value The regex I've come up with is:\w+\.\w+\.(\w)(\w+) Where $1...
View ArticleHow to execute automatically yarn install after package.json change in VSCode?
I wonder, how can I enable, that VSCode automatically execute yarn install, if the package.json has changed.In Eclipse it's working perfectly with maven. If a dependency changes, Eclipse (the eclipse...
View ArticleUnhiding Activity Bar in VS code
I accidently Hid Activity Bar while working in VS code. I don't know how to open Activity Bar Again, but need Activity Bar for develop. Any suggestions?
View ArticleProblems when building VS Code on Linux
I tried to build VS Code on Linux through yarn likecd vscode yarn but it show Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the...
View ArticlePrevent vscode node debugger from showing node_modules code
I'm trying to debug a really complex Angular 9 app in VSCode using Node Debugger, browser-preview and Debugger for Chrome, and the debugger leading me to node_module internal code constantly is driving...
View ArticleHow solve the farsi output problem in VSCode python?
in VSCode python program :I have a program which some data entered persian so when i want see the output , i have a problem with persian language what can i do solve the problem?
View Articlevscode provide link to json schem via extension
I need to provide a json schema for other users without using the json schema store, for example if you look at the following link user are able to configure there own schema ,but here I want that...
View ArticleError: "extension/package.json not found inside zip." when repackaging and...
I've downloaded a VSIX extension for VSCode here:https://marketplace.visualstudio.com/items?itemName=mblode.twig-language-2I've then tested this VSIX in VSCode and it installs, no problem.At this point...
View ArticleAssociate file type to my vscode extension like a project file
I'd like to do something like a project file. When the user opens it, the webview of my extension would welcome the user instead of the default VSCode editor.I know I can workaround it by adding extra...
View Article