VSCode won't work with filewatchers
I am running this command to watch .scss files node-sass-chokidar ./scss -o ./build --watchIf I edit the file in notepad++ everything works fine and file compiles.If I edit it in VSCode then after I...
View ArticleVscode live share: Run shared code locally
I am using Visual Studio Code Live Share to teach a student programming in Python. When they click the run button they get an error because vscode seems to be trying to run python from the command...
View ArticleVscode live share: disable usernames over cursors when editing
When live sharing the username of the person editing the code always appears above their cursor, this can be big and distracting, especially for long usernames.Is there a way to disable this feature so...
View ArticleGetting error when trying to run Python in vscode
this is my first time using vscode. I am currently using a Macbook Pro with version 10.15.2 of macOS Catalina. Every time I try to debug, I get this "Unable to create 'launch.json' file inside the...
View ArticleImport statement works incorrectly if directly compiled, but works okay after...
I'm having a problem where a certain import fails to work when compiling directly, but works okay after saving the source on VS Code.If I delete the node_modules/.cache folder and execute the...
View ArticleHow do I compile and run a C# code in VSCode (Linux Ubuntu)?
I'm really struggling trying to compile and run a simple C# "Hello World!" code. Typing "dotnet new" in the terminal does nothing and typing "dotnet new console" simply creates a .csproj file, a "obj"...
View ArticleVS Code Ways to prioritize HTML emmet over Laravel Blade Snippets?
I have a QOL issue that's really irking me where if I were to press the keys (a key => tab key) or (p key => tab key) and even (li => tab) I don't get the a, p or li HTML tags that want in...
View ArticleHow to make vscode debugging in the terminal less verbose?
When I CTRL + F5, the terminal output shows verbosity that I would like to hide:cd /home/ ; env PYTHONIOENCODING=UTF-8 PYTHONUNBUFFERED=1 /usr/bin/python3...
View ArticleVisual Studio Code don't recognize HTML file
I am learning to build a Website on Python Django, but when I create a HTML file in VS code, this Editor don't recognize this file. You can see in following picture. I don't know how to solve this...
View ArticleVScode remote development: How can I run a build task to source environment...
I want to setup VScode so I can use build tasks to build my project. The project is build using make, en I have defined a build task that runs make. However, before running make, I normally would...
View ArticleHow can an extension obtain remote URL of file in currently connected remote...
I'm writing an extension targeted for VSCode Remote environment. In this setup, one extension (UI extension) runs in client and another (workspace extension) runs in remote server.Now, here's a...
View ArticleError waiting for a debug connection: Bad state: No element Flutter VS Code
Updated vscode today after that created new flutter projects are showing error Error waiting for a debug connection: Bad state: No elementError waiting for a debug connection: Bad state: No element
View ArticleHow do I add the linkers for a library in c++ in vsCODE , im on windows...
I want to use Graphics.h with C++ in my project , dont tell me to not use that library cuz its old,I know what im doing. Ive pasted the header files at the right place now i just need to add the...
View ArticleIgnore determined unused statements (Monobehaviour functions) in c# code with...
As far a I researched, you can set the configuration of vs code with the .editorconfig file. My problem is that for the unused statements that the lintern highlights because there are no referenced to...
View ArticleHow do I refer to another typescript type in comments/JSDoc?
I'm familiar with Javadoc. In Javadoc, you can place a link that refers to the Javadoc placed on another type like so:/** * some java thingy. see this other java thingy too {@link OtherThingy} */...
View Articlevscode / sublime text make post request on save
For the purpose of rapid development I would like to REST POST (or websocket) changes to my server every time I save a css file. Is there an existing extension that can help me?
View ArticleDisable comment with class name in Visual Studio Code
When I create a class like below:Visual Studio Code adds the comment with Java class name above the class. How do I disable it? I mean I don't need this comment to be added at all.
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 Articletypescript IntelliSense not worked in my vscode
MacBook Pro (Retina, 13-inch, Early 2015)Version: 1.42.1 Commit: c47d83b293181d9be64f27ff093689e8e7aed054 Date: 2020-02-11T14:44:27.652Z Electron: 6.1.6 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8:...
View ArticleParameter areas covered by white translucent will not trigger code hints in...
No hints in the parameters section, GIF here:I just want the white translucent area to not appear from the beginning. How to do it? thanks:)
View Article