aboutsummaryrefslogtreecommitdiff
path: root/DevHive-Angular.code-workspace
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-02-25 18:55:54 +0200
committertranstrike <transtrike@gmail.com>2021-02-25 18:55:54 +0200
commit118b463fc81d05467cffdf3c6de69a1e9f4e9303 (patch)
treed93eb339ff7bf32ba24f3e124bfdbb5af11f6f9a /DevHive-Angular.code-workspace
parenteab7b2108d91af1c905f795febf811d5cc404863 (diff)
downloadDevHive-Angular-118b463fc81d05467cffdf3c6de69a1e9f4e9303.tar
DevHive-Angular-118b463fc81d05467cffdf3c6de69a1e9f4e9303.tar.gz
DevHive-Angular-118b463fc81d05467cffdf3c6de69a1e9f4e9303.zip
Code workspace added for VS Code support
Diffstat (limited to 'DevHive-Angular.code-workspace')
-rw-r--r--DevHive-Angular.code-workspace17
1 files changed, 17 insertions, 0 deletions
diff --git a/DevHive-Angular.code-workspace b/DevHive-Angular.code-workspace
new file mode 100644
index 0000000..d44c3a6
--- /dev/null
+++ b/DevHive-Angular.code-workspace
@@ -0,0 +1,17 @@
+{
+ "folders": [
+ {
+ "name": "Source",
+ "path": "./src"
+ }
+ ],
+ "settings": {
+ "files.exclude": {
+ "**/.vscode": true,
+ "**/bin": true,
+ "**/obj": true,
+ ".gitignore": true
+ },
+ "prettier.useEditorConfig": true
+ }
+}