mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Workspace in VSCode (c'est pratique pour ouvrir un mono repo)
This commit is contained in:
parent
29d9ed31ac
commit
e88dafa01c
1 changed files with 20 additions and 0 deletions
20
EvalueTonSavoir.code-workspace
Normal file
20
EvalueTonSavoir.code-workspace
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "server",
|
||||||
|
"path": "server"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "client",
|
||||||
|
"path": "client"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"jest.disabledWorkspaceFolders": [
|
||||||
|
"EvalueTonSavoir"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue