Skip to content

Commit

Permalink
chore: include config editor extension in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jul 9, 2024
1 parent 7d05815 commit 08f8851
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "specs"]
path = specs
url = https://github.com/zwave-js/specs
[submodule ".vscode/extensions/zwave-js-config-editor"]
path = .vscode/extensions/zwave-js-config-editor
url = https://github.com/zwave-js/vscode-config-editor
1 change: 1 addition & 0 deletions .vscode/extensions/zwave-js-config-editor
Submodule zwave-js-config-editor added at fe2c78
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
"search.exclude": {
"**/.yarn": true
},
"git.ignoredRepositories": ["specs"],
"git.ignoredRepositories": ["specs", "vscode-config-editor"],
"search.followSymlinks": false
}

0 comments on commit 08f8851

Please sign in to comment.