Is there a way to put a VS Code snippets file in a non standard folder and...
I want to create a standard VS Code snippets file for my team. We use Perforce for version control and I'd like to create a snippet file in our project folder and point VS Code to it. I just want...
View ArticleVSCode - Importing keyboard shortcuts
I'm using VSCode on Windows and Ubuntu and I'd like to have the same keyboard shortcuts in both environment (saving my brain memory space for more useful stuff than hotkeys!). Is there a way to export...
View ArticleJSF and primefaces suggestions in vscode
How can I get suggestions/autocomplete for JSF syntax and primefaces components in VScode? I'm developing a java web application and trying to migrate my working environment, from eclipse to vscode....
View ArticleHow do I get VS code to work with a Pybuilder python project?
Pybuilder, around since 2013. The VS Code Python Plugin, developed by Don Jayamanne in 2016 and now an official plugin! The default PyBuilder layout looks like this: build.py \ src \ main \ python \...
View ArticleCannot add class but elements are already added to the DOM [duplicate]
This question already has an answer here:Why does jQuery or a DOM method such as getElementById not find the element? 8 answersHey I am trying to add an active class to searchResult HTML using...
View ArticleGetting F# working in VSCode when "dotnet" is not found on MacOSX?
I'm completely new to dotnot and vscode so I might be missing something trivial. I just want to get F# running in VSCode on my Mac. I first tried install dotnet from brew:brew cask install dotnet-sdk...
View Article"MSB6004" Error When Debugging an ASP.NET Core Project by VS Code in Ubuntu
When I try to debbuging my ASP.NET Core project by VS Code in Ubuntu 19.04 I face with the following error:/usr/share/dotnet/sdk/3.1.100/Roslyn/Microsoft.CSharp.Core.targets(59,5): error MSB6004: The...
View ArticleVSCode programmatically find latest extension version on marketplace
In a custom view for my VSCode extension, I would like to display whether the extension is up to date or not, and what the latest version of the extension on the marketplace is.Does anyone know of a...
View Articlethe terminal font character of vscode is garbled/messed up, especially when i...
As shown in the picture above, the font is good before opening ipython, but it becomes garbled after i open it. I use Win7.Many thanks
View Articlevscode format not formatting
I installed prettier plugin for vscode and have a .pretteirrc.js:module.exports = { trailingComma: 'es5', tabWidth: 2, semi: true, singleQuote: true, printWidth: 60, } In settings the default formatter...
View ArticleClosing VS Code welcome screen after opening a folder/workspace
My VS Code used to automatically close the welcome screen after opening a folder or workspace. After upgrading to the latest version, it no longer closes it and the welcome screen stays open.I'm not...
View ArticleGo to definition in VS code doesn't show the body of a function
When I right click on a function and then select "Go to definition" there shows up a module with that function, but it only shows the parameters which have to be passed to it, and I can't see anything...
View ArticleNew Project in Django. Can't access admin [closed]
I am a beginner and have been practicing creating django projects with vscode. I created a new project and set up a superuser. I then ran the server. The development server was http://127.0.0.1:8000 as...
View ArticleEclipse New Java Class Wizard in VS Code
Is there a way to create Java class in VS Code similar to Eclipse New Java Class Wizard?I would like VS Code to add package and class declarations automatically like Eclipse does.Couldn't find relevant...
View ArticleMy outputs in Go end up next to my shell prompt instead of under the line...
This only started happening after I started using VScode instead of the editor within my command terminal. I would run a program like...
View ArticleGuidelines for using VS Code fileSystem provider
I'm looking at updating an existing extension to use the new vscode fileSystem provider.As part of an existing extension, we ship resource files, say xyz.json. Should the extension be modified to use...
View ArticleGET http://localhost:4200/styles/kendo.common.min.css 404 (Not Found) Kendo...
Hello I'm trying to get started with kendo UI and Angular, I've downloded the styles and JS folders, and added them to my project, I reference the links in my HTML file, and I can access them with...
View ArticleHow do I disable: [js] File is a CommonJS module; it may be converted to an...
The following is what I want to disable: I can't find it in settings. Help appreciated as this is really annoying.
View ArticleAlways installing vscode plugin in docker container doesnt work
I am using vscode with docker container. I have following entry in user settings.json."remote.containers.defaultExtensions": [ "ms-python.python", "ms-azuretools.vscode-docker",...
View ArticleDisable hover which show information about the symbol/object in VS Code
How can I just disable the hover feature which brings up the information about symbol/object in VS Code.Link to that feature -...
View Article