chore(config): 🔧 update vscode config and workspace
This commit is contained in:
parent
ff40bcc62a
commit
93922dc387
|
@ -1,12 +1,16 @@
|
||||||
{
|
{
|
||||||
"folders": [
|
"folders": [
|
||||||
{
|
{
|
||||||
"name": "client",
|
"name": "client",
|
||||||
"path": "client"
|
"path": "client"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"path": "server"
|
"path": "server"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
}
|
"settings": {
|
||||||
|
"liveServer.settings.multiRootWorkspaceName": "client",
|
||||||
|
"liveServer.settings.port": 5501
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
6
server/.vscode/extensions.json
vendored
Normal file
6
server/.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||||
|
// for the documentation about the extensions.json format
|
||||||
|
"recommendations": ["platformio.platformio-ide", "wokwi.wokwi-vscode"],
|
||||||
|
"unwantedRecommendations": ["ms-vscode.cpptools-extension-pack"]
|
||||||
|
}
|
3
server/.vscode/settings.json
vendored
Normal file
3
server/.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"C_Cpp.errorSquiggles": "disabled"
|
||||||
|
}
|
Loading…
Reference in a new issue