how to import mjs in vscode?
Is it possible to make a vscode extension made of mjs files?because I tried to make an extension with mjs files only, in order to have full es6 features without TypeScript. But it does not run:If I...
View ArticleWhy does the Release notes use MacOS instead of other systems? and why does...
Basically, the question is, why does MacOS get all the attention when it comes to UI elements, when vscode on other Linux and Windows systems, have this ugly top bar?MacOS can get away with this by...
View ArticleCustom Library component is not a known element, but app compiles and runs
The ProblemMy html files warn that my custom components/pipes 'are not a known element'. However building and running the application works as intended, and the custom components/pipes are functional....
View ArticleCustom meta tag name color in VS Code
I'm new in developement. I'm using VSCode with One Dark+ theme. I would like to change a meta tag name color from "#E06C75" to "#1b1ff0". I tried modified the settings.json but it didn't work. Please...
View ArticleWhy doesn't the compiler work for C language using Visual Code?
I just wrote my first program using C language in Visual Code. I don't have any errors but the program won't compile. At the terminal, I'm typing clang cardsa.c. It's giving me errors that clang...
View ArticleLive HTML Previewer extension issue
I am try to use Live HTML Previewer in VS code but it gives me the following error message:Running the contributed command: 'extension.sidePreview' failed.I tried all the extensions but they all didn't...
View ArticleEntity Framework missing in VS 2017 and 2019
I couldn't add Entity Framework to my project. I don't see it under data for some reason not sure what is wrong. I tried installing EntityFramework through nuget.. Also confirmed its available in...
View ArticleIs there any extension in vs code for angular event names? [closed]
Is there any extension in VS code that when you press Ctrl + Space in a html element, shows all possible event names with Angular sintax event binding, for example:<button...
View ArticleHow to use Cmder in Visual Studio Code?
At work, there is an enterprise security policy where all executables are only allowed to run out of C:\Program Files or C:\Program Files (x86).In Visual Studio Code, in settings.json, using the...
View ArticleIDE python auto completion
i have the following code: (Please notice that the following code is a reduction of the real code)from abc import abstractmethod, ABCMeta class MyFirstApi(metaclass=ABCMeta): @abstractmethod def...
View ArticleStylelint does not identify problems inside filename.module.scss files in VSCode
I have used Stylelint before with CSS modules and SASS, CSS-in-JS solutions, yet I have never specifically used it to analyze .modules.scss files. It looks like it refuses to identify problems inside...
View ArticleChange the way Visual Studio Code renames files with double extensions (for...
Everytime I copy a .blade.php file in my laravel project, my editor doesn't recognize it as a laravel blade, creating a copy file with a wrong name:Example.blade.php ->Example.blade copy.phpI'd like...
View ArticleVisual Studio Code debugger doesn't show the contents of variables
I'm using Visual Studio Code on Ubuntu 18.04 to write some C++ code using external libraries. I'm not sure why, but whenever I run the debugger, the contents of most variables doesn't show. I've...
View ArticleI cannot use pylint in VSC using pipenv & bash for windows 10
While proceeding Django Project Now, I'm having trouble with linter in VSC, pylint. First I'm using virtual environments with pipenv. and I'm using Visual Studio Code Version 1.19.1 with Windows 10....
View Articlevscode debug c# application
I created a simple "hello world" .net application using the following command: dotnet new console -n testApplication When i launch the application using the command:dotnet run everything is fine; if i...
View ArticleVS Code - Error: EPERM: operation not permitted
I have been experiencing A LOT of permission issues when using VS code with Windows 10.When trying to move a folder: Error: EPERM: operation not permitted, rename 'path a' ->'path b'When deleting a...
View ArticleAre there any other Language-Docs-Extensions for Visual Studio Code? [closed]
Im currently searching for some VS-Code Extensions, refering to the "Codex", or the Documentation of specific Languages/Frameworks.In need of:JavascriptReactPHPI did find these 3 Examples below, but...
View ArticleDebugging Cypress tests in Visual Studio Code
I want to use VS Code to edit and debug Cypress tests. It seems like this should be simple; the cypress docs mention VS Code directly (but give no clues about how to configure VS Code's launch.json...
View Articledebug session doesn't end when remote node debugger disconnects
I'm debugging a remote node app using an attach config. It works great but when the remote node debugger disconnects the session doesn't end. When I try to start a new session I get the message "There...
View ArticleHow to use yarn globally vs project-based?
I am running into problems with my local VSCode and Yarn setup. Inside a service directory, i am trying to run that service with yarn dev after having installed its local dependencies. That script...
View Article