Initial commit
This commit is contained in:
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
]
|
||||
}
|
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"name": "Nuxt 3: Chrome starten auf HTTPS",
|
||||
"url": "https://localhost:3000",
|
||||
"webRoot": "${workspaceFolder}",
|
||||
"runtimeArgs": [
|
||||
"--ignore-certificate-errors"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
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