Python in Visual Studio Code getting winError[5] Access denied from idescripts
it is my first time posting here so I apologize if this question is not correctly formatted. I installed VSC to use it in developing STM32 code. I found the damongranlabs idescripts in github that...
View ArticleFix "Continue without scanning the task output" in Visual Studio Code
I've created a task to run typescript and I go to Terminal > Run Task and select my Build Typescript task. It then shows the message: Continue without scanning the task outputI've read the linked...
View ArticleBad vscode regex to replace script tag containing key word causes crash
For a project with many HTML files like this one:https://ghostbin.co/paste/dngdhI need to use vscode's regex replace to strip out the NewRelic script tag from each file that has it.I was able...
View ArticleVSCode terminal shows incorrect python version and path, launching terminal...
I have been stuck on this one problem for hours now and believe I have tried everything outside of throwing my computer out of the window.I have a virtual environment set up on Anaconda using python...
View ArticleVisual Studio Code multi-line comment for files with no extension
I'm editing a file with no extension (for example... or a file with an unknown extension, etc), and when i try to multi-line comment using Cmd+/ it doesn't do anything. I can change the extension to...
View ArticleC++: Errors in VSCode while compiling code without errors
I compile my C++ with GCC in a docker Container on Windows and I get no errors. I edit that code in Microsoft Visual Studio Code, but the IDE shows errors when I try to include :#include...
View ArticleVSCode how to stop automatic expanding of collapsed code
I keep running into an issue with VSCode where collapsed code expands when I start typing certain characters (i.e. "(", "{", "/*"). With very large code files, this is taking up a lot of time trying to...
View ArticleCopy enable/disable extensions settings to another workspace
Idea:I wanted to clean up my vscode extensions, because I'm working with a lot of different languages/file types and having all these extensions installed and enabled at once is just too much.Problem:I...
View ArticleHow can I debug an Angular multi-project workspace in Visual Studio Code
How can I debug an Angular multi-project workspace in VSCode using the VS Code - Debugger for Chrome? After the migration to an Angular multi-project workspace, the debugging does not work anymore. I...
View ArticleHow to insert $ before a string with regular expression in VScode?
With this regular expressionVSCode could replace # W1 blaAAA # W2 blaBBB # W3 blaCCC with# W1$ blaAAA # W2$ blaBBB # W3$ blaCCC namely, appending a "$" at the end of W\d{1,2}.Now, I am trying to insert...
View ArticleHow to write async code (promises?) with vscode api: withProgress
I'm pretty sorry about the title, I've got no idea how to better describe my problem.I would like to implement the withProgress API of VSCode, to be able to show progressbar while my code is...
View ArticleWhy does my code's output go wrong at the end?
Today I have tried setting up vscode for c++ compiling and after compiling a simple cpp program I saw that the output is wrong and i have no idea why.Here is my code:...
View ArticleDefine DEBUG and RELEASE symbols in Visual Studio Code
Using Visual Studio Code 1.39.2 on Ubuntu 18.04. My C++ program has tasks for generating a Makefile with Cmake using the command cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Debug ... There is an...
View ArticleHow to get Webstorm code formatting in VS Code
In the company we are using Webstorm for React, and for the last 3 years I have been working in VS Code. Is there a way to get exact code formatting for all languages in VS Code as in Webstorm on...
View ArticleSwitching Office Javascript APIs to Preview on Yeoman Office Generated project
I am trying to access the Office Javascript Preview APIs on my Angular Yeoman Generated project. I am writing this Office add-in on a Mac in Visual Studio Code. I wrote code on Script Lab with the...
View ArticleFlutter New web project not showing in visual studio command palette
I have installed Visual studio Code, Dart and Flutter correctly according to the tutorial step shown in docs. I have checked it 100 times but nothing is wrong, unable to find issue. Please help....
View ArticleCan't build c++ in Visual Studio
It seems like this, except that I followed it and I still unable to make it work in VS Code. This is the directory that I use:C:\Users\EKI\Desktop\projects_cppAs the instructions goes, I put the .json...
View ArticleMake "tab" key behave in VSCode the same as it does in Visual Studio
This is the specific behave I am looking for: in Visual Studio, for instance when you are typing a string value, as a function call argument, and you press the "tab" key, it will take the cursor out of...
View ArticleHow to autocomplete tag.className in Visual Studio Code like Sublime Text
In sublime Text 2 writing div.panel then press tab, or the auto complete trigger, in the HTML document produces <div class="panel"></div>I have tried to get the same result in Visual Studio...
View ArticleReactJS "Download error or resource isn't a valid image"
After resorting the folder structure of my project in the console I get this error:Error while trying to use the following icon from the Manifest: http://localhost:3000/logo192.png (Download error or...
View Article