Visual Studio Code
Visual Studio Code, commonly known as VS code, is a highly customizable open source text editor, developed, and maintained by Microsoft.
Visual Studio Code is built using web technologies such as JavaScript, TypeScript, and CSS. There are also thousands of community created themes and packages available.
Here are 1,310 public repositories matching this topic...
There may be paid VS Code extensions or content that could be beneficial to list here. Currently there is no direct notice in the contributing guide that submissions should only be publicly available / free resources, so I think at least it would be good to update the guide with our stance on it.
I do think pushing free resources first should be a priority, but if there is a paid resource that
I'd like to suggest that a timestamp being added to the sync log ("CODE SETTINGS SYNC UPLOAD SUMMARY") shown in the Output Window. It's a useful piece of information and presumably not hard to be implemented. Thanks!
Currently, when formatters are registered, they are registered for the entire project. This can cause some problems. For example, in the following structure:
/folder1
package.json
foo.php
/folder2
bar.php
If the package.json in folder1 registers the php plugin, then the php plugin will be registered for the whole project. However, when the user opens bar.php the
Hello,
I see in https://github.com/microsoft/Git-Credential-Manager-for-Windows/blob/master/Docs/Environment.md honor http_proxy and https_proxy (both upper and lower case it seems), but it completely ignores no_proxy while git honor it.
So git is properly handling requests, but GCM can leaks informations through the proxy while it shouldn't.
Could GCM handle this environment v
Swagger supports adding examples along with spec: https://swagger.io/docs/specification/2-0/adding-examples/
We can add support to use swagger file as an input to vscode-restclient. This will save developers from maintaining 2 separate files for documenting REST APIs, swagger.yaml and restclient.http
-
Updated
May 30, 2020 - TypeScript
Issue Type: Bug
On Windows 10 sign out of account
Start a live share session
Get prompted to sign in again
I see there are two settings, one says
Preferred account registered with keychain to use for Visual Studio Live Share sign-in.
And the other is
Preferred account provider registered with keychain to use for Visual Studio Live Share sign-in.
I'm not sure what those do, a
-
Updated
May 15, 2020 - TypeScript
- VS Code Version: 1.38.1
- OS Version: Windows 10 v 1903 (build 18362.356)
- Code Runner Version: 0.9.14
- Nim version: 1.0.0 (and Nimble v0.11.0)
Describe the bug
I saw this while working throug
Now this has some config details in the installation docs but it would be good to have say for the 3 most popular versions PowerShell: 5.1, 6.x and 7.x some notes on:
-
settings.json
-
C:\Users[User}\Documents\WindowsPowerShell\Microsoft.VSCode_profile.ps1
-
experimental s
-
Updated
Apr 17, 2020 - JavaScript
Add badges to Readme
Borrow some from #210
Ideas:
-
Marketplace - Release Number
-
Marketplace - Downloads
-
Marketplace - Installs
-
Marketplace - Rating
-
Donation - PayPal
-
Live Share (still not compatible)
-
https://code.visualstudio.com/api/references/extension-manifest#approved-badges
-
Updated
Sep 12, 2019 - CSS
Update phpdoc
Feature description or problem with existing feature
I'd love to have an option to just update the auto phpdoc.
Like if I'm adding another parameter to the method, I'd like the phpdoc to "automatically update".
Describe the solution you'd like
Something like to automatically do:

-
Updated
Jan 23, 2020 - HTML
Created by Microsoft Corporation
Released April 29, 2015
Latest release 8 months ago
- Repository
- Microsoft/vscode
- Website
- code.visualstudio.com
- Wikipedia
- Wikipedia


When using vscode with Git repositories, in the branch switching pane if a remote tracking branch is selected, vscode automatically creates a local branch using selected remote tracking branch.
It would be useful to have a setting to turn this off and checkout the remote tracking branch in a detached state. I use branches in detached state to browse the code, run quick builds, copy code. With t