Skip to content

Commit

Permalink
Add .vscode folder for spiderchart
Browse files Browse the repository at this point in the history
  • Loading branch information
objerke committed Feb 9, 2021
1 parent 4f8c504 commit a74752e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1,529 deletions.
8 changes: 8 additions & 0 deletions examples/ts-spiderchart-d3/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"json.schemas": [
{
"fileMatch": ["/mod-manifest.json"],
"url": "./spotfire/mod-schema.json"
}
]
}
17 changes: 17 additions & 0 deletions examples/ts-spiderchart-d3/.vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Start ",
"type": "shell",
"command": "npm start",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": ["$tsc"]
}
]
}
Loading

0 comments on commit a74752e

Please sign in to comment.