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](08f60328ab/lit-next.code-workspace).

**Links to documentation supporting these rule changes:**

https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file
This commit is contained in:
방성범 (Bang Seongbeom) 2021-09-18 17:12:32 +09:00 committed by GitHub
parent b0012e4930
commit 8be0bf6f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/