Skip to content

Commit 8be0bf6

Browse files
Make not to ignore *.code-workspace
**Reasons for making this change:** Workspace file can allow you to have an individual VS Code setting file for each project, which is useful for monorepo-based development. You can find an example on [lit/lit/lit-next.code-workspace](https://github.com/lit/lit/blob/08f60328abf83113fe82c9d8ee43dc71f10a9b77/lit-next.code-workspace). **Links to documentation supporting these rule changes:** https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file
1 parent b0012e4 commit 8be0bf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Global/VisualStudioCode.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
!.vscode/tasks.json
44
!.vscode/launch.json
55
!.vscode/extensions.json
6-
*.code-workspace
76

87
# Local History for Visual Studio Code
98
.history/

0 commit comments

Comments
 (0)