Commit Graph

6 Commits

Author SHA1 Message Date
ofthelit eefa65c924
Ignore Local History folder (#3008)
This will add support for the default location the Local History extension for Visual Studio Code uses.
See https://marketplace.visualstudio.com/items?itemName=xyz.local-history
2020-04-04 13:30:38 -03:00
Jens Kürschner 21419e391a Update to Global/VisualStudioCode (#3201)
Added ignore for workspace files (*.code-workspace). They can be added in any directory, depending on the user's preferences.
2019-10-10 14:32:23 -03:00
Davor Mas 3e303c561b Modified VS Code .gitignore
Added extensions.json as exception in .vscode folder. File is used as
extensions recommendation for project.
2016-11-21 14:04:42 +01:00
Brennan Fee 554bccef40 Update Visual Studio Code to support workspace files.
Visual Studio Code has a few files that can be placed into the workspace
in order to share settings across users.  Settings.json is for project
specific overrides.  Tasks.json is for executable tasks (build, gulp, etc.)
While launch.json is for debugging specific tasks.
2016-08-04 22:29:32 -07:00
Benjamin Pasero ed7d67a175 VSCode 0.8.0 config folder change
Starting with 0.8.0, VS Code will store its settings in a .vscode folder and no longer in the generic .settings folder.
2015-08-31 09:39:54 +02:00
Victor Isadov db9ef4a789 Move VS Code to Global folder 2015-05-02 10:56:11 +03:00