Initial commit
This commit is contained in:
29
.vscode/settings.json
vendored
Normal file
29
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": "explicit"
|
||||
},
|
||||
"eslint.validate": ["typescript", "javascript", "vue", "json"],
|
||||
}
|
||||
=======
|
||||
"terminal.integrated.env.osx": {
|
||||
"PATH": ""
|
||||
},
|
||||
"terminal.integrated.env.linux": {
|
||||
"PATH": ""
|
||||
},
|
||||
"terminal.integrated.env.windows": {
|
||||
"PATH": ""
|
||||
},
|
||||
"terminal.integrated.defaultProfile.osx": "bash",
|
||||
"terminal.integrated.profiles.osx": {
|
||||
"bash": {
|
||||
"path": "bash",
|
||||
"args": [
|
||||
"-l"
|
||||
]
|
||||
}
|
||||
},
|
||||
"nodejs.runtime": "/usr/local/bin/node"
|
||||
}
|
||||
>>>>>>> simple_visualisation
|
Reference in New Issue
Block a user