VSCode: Freezes after compilation
I tried to compile VSCode source for the first time ever, I ran the "yarn run watch" command and eventually the compilation finished with the message "Finished Compilation with 0 errors" but then the...
View Articledebug nestJS application with nodemon in VS Code
Is there a way to debug a nestJS project with nodemon.i tried this code in launch.json { "type": "node", "request": "launch", "name": "NestJs Watch", "runtimeExecutable": "npm", "runtimeArgs":...
View ArticleKubuntu disable Alt menu shortcut [closed]
I am trying to use the "alt" key for many keyboard shortcuts within visual studio code, but pressing just alt takes the cursor from the text editor and pulls it up to the menu bar and I end up trying...
View ArticleFlutter in VSCode Interpreting package as URI
I'm trying to get started using flutter from VSCode. I think I've done all the proper setup:1) Downloaded extensions for flutter and dart and codeRunner on VS code2) Downloaded the flutter SDK and...
View ArticleHow to use GDB Debugger on a macOS?
I am currently using a mid 2012 macbook Pro that is running macOS Mojave version 10.14.5. I am trying to use the GDB debugger for debugging C language code. I've already used Homebrew to install gdb on...
View ArticleSet language type in pattern - vs code language extension
I want for vscode to understand that the language in between <go> tags in a html file should be validated as golang code.So given:<go> // I want to get intellisense and syntax highlighting...
View ArticleVSC snippet trigger kex
If you using the < key in HTML files the possible HTML snippets will show up. How can i achive this behavior in my custom snippets. eg in scss files i press . and some classes will show up
View ArticleTerminate another task from within a postDebugTask - VS Code
I have a debug launch configuration (launch.json) like below.{ "version": "0.2.0", "configurations": [ { "name": "Current TS File", "type": "node", "request": "launch", "preLaunchTask": "Pre Debug...
View Articlejupyter server : not started, no kernel in vs code
i am trying to use jupyter notebooks from vs code and installed jupyter notebook extension and i am using (base)conda environment for execution. while ths happenedError: Jupyter cannot be started....
View ArticleAngular: Adding New files does not cause Auto Compilation
For some reason, in our Angular 8 project suddenly, adding new files, and trying to ng serve compile does not work. Making changes to the Newly added files, does not trigger a compilation.Only...
View ArticleAbout warning popup after gopls installation in vscode
I installed gopls using command set GO111MODULE=on and golang.org/x/tools/gopls@latest to use gopls. After that, I restarted the program and whenever I write and save the source code, a warning window...
View ArticleHow can I list and edit js/css files linked in a master page in Visual Studio...
I've started to use Visual Studio Code instead of Dreamweaver and one of the things I loved about Dreamweaver is that it listed all the "Related" js/css/php files that were included/linked as href/src...
View ArticleHow do I type an accented letter in VSCode?
I cannot find anything remotely resembling instructions for typing an accented character in VSCode.
View ArticleVS Code highlighted all my wordpress function name
I am using PHP Intelephense(version 1.3.7) which is the latest version and my VS Code is up to date There was no problem before but a few days ago, it keeps on highlighted all my wordpress function...
View ArticleExporting jar file in VS Code
I recently switched over to VS Code from Eclipse as my primary Java editor. I need to frequently export my code into a jar file which includes all libraries and dependencies for running on a Raspberry...
View ArticleHow to debug Angular with VSCode?
How do I get configure Angular and VSCode so that my breakpoints work?
View ArticleIs there any command to open list of branches in VS Code?
There is a command git.branch in VS Code keyboards shortcuts. This command opens dialog to create new branch. I can not find the command to open list of all branches. Is there any command for it?
View ArticleVS Code Go to Symbol now(v1.42) showing variables, object and properties. How...
Go to Symbol now(v1.42) showing variables, properties in php and object, variables and properties in js.How to customize it?How to only show classes, methods and functions in PHP? Similarly for js show...
View ArticleHow to make Visual Studio Code to parse inactive code also?
I need to emphasize that I want to know how to 'parse' the inactive code, not 'undimming' it. Scenario : I am using VSCODE to create a project out of a codebase which will have platform based code and...
View ArticleUnresolved import error - Python virtual-environment [duplicate]
I have created a virtual environment in VSCode on mac os. I have pip installed 'requests' module in the virtual environment. The environment is activated. When I import the requests module in my...
View Article