Live Server extention not rendering the page correctly
Hello and thanks for the help in advance.Recently I've formatted my Pc. It has now a fresh windows 10 pro install. Installed vscode and live server extension. Then I noticed it isn't rendering the list...
View ArticleHow do I debug a Maven project in VS Code?
I'm using VS Code to write Java, with the Maven build plugin. It's going fine after a lot of fiddling with configuration, except for debugging. The debug configuration looks something like this:// Use...
View ArticleScript section of Vue component not highlighting - VSCode, Vetur
I am having a problem with the Vetur extension for VS Code. The Vue syntax highlighting for the script section of the Vue component is not working.This is a screenshot of the template section:Now, this...
View ArticleProblem with passing input to std::cin during debugging C++ in VSCode
Type: DebuggerOS: Windows 10VS Code Version: 1.42.1C/C++ Extension Version: 0.26.3No other extensions installedA clear and concise description of what the bug is: The main issue that I have is the...
View ArticleESLint deleting characters in new .ts files
I've been working in a TypeScript repo with ESLint enabled for some time now. Recently, ESLint began mis-formatting code in new files only. It works perfectly for all existing files but when I create...
View Articlehi plz help me. vsc cannot show correct person language [closed]
vsc cannot show correct person language see this:import requests from bs4 import BeautifulSoup result=requests.get('https://www.inpinapp.com/homes/%\D8%\AA%\D9%\87%\D8%\B1%\D8%\...
View ArticleVisual Studio Code Snippets: How to transform user input in snippet?
I'm trying to write a snippet in Visual Studio Code that outputs something like this:console.log('variable: ', variable); This is pretty easy, just something like:"Debug Labeled String": { "scope":...
View ArticleCannot connect sql server to visual studio code
enter image description hereI used the server name in ssms and typed in the server name of vs code to add a new connection, however, it shows mssql: Error: Unable to connect using the connection...
View ArticleLinter pylint is not installed
I want to run python code in Microsoft Visual Studio Code but it gives an error:"Linter pylint is not installed"I installed:The VS Code Python extension Python3 Anaconda How can I install pylint?
View ArticleWhy is VS code live server opening a directory instead of running the code in...
I am using VS code for react. I have the live server extension installed, whenever I try to go live with VS code it shows me a listing directory with all of my folders and files in the browser instead...
View ArticleHow do I remove directories from VScode Workspace without deleting it from...
I want to have only the files/directories I'm working with in the Workspace so parsing the search results is easier.e.g. I'd like to able to search just the http and parsing libraries versus all the...
View ArticleMake spaces act and look like tabs in VS Code
When writing a source file in VS Code that is styled with spaces of a specific width (maybe determined by the .editorconfig file), how can I force VS Code to treat the spaces like tabs without...
View ArticleHow to run Lua script from within VS Code
Have been using Notepad++ for awhile now, and adding scripts via Lua extensions. Now, I would like to get my feet wet using VS Code and was wondering what sort of extensibility I could leverage in that...
View ArticleHow do I change color of comments in visual studio code?
I went through https://code.visualstudio.com/docs/getstarted/theme-color-reference but can't seem to find the setting for changing the comment color. I am currently using Atom One Dark Theme and just...
View ArticleHow do I let vscode show default value in jsdoc
I notice vscode has a closed issue for this "Show default values in jsdoc quick-info."But I did what that issue said in my jsdoc* @param {string} [param.method="GET"] - request method While in the...
View ArticleI can't get the vscode extension prettier to work properly. It did breifly...
I am having trouble getting the extensions prettier to work in vs code. This may have been answered. I went into settings.json and this is the edited code in the picture So as to include it has the...
View ArticleGit checkout permission denied
I restart the VS code and switch from one branch to another branch its showing as .env permission denied. I switched to new branch but can't able to unstage, and commit this branch bez of permission...
View ArticleHow to install and setup flutter, VS code and android studio properly bcoz i...
I followed steps provided in the video from the below linkhttps://www.youtube.com/watch?v=qQqlILrGYTM
View ArticleFlutter: I have error when i run my project on emulator
FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'.More than one file was found with OS independent path...
View ArticleTypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string....
I'm working on a project in React and ran into a problem that has me stumped.Whenever I run yarn start I get this error: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string....
View Article