```
add ionic mobile workspace configuration with linked folders and git/port settings ```
This commit is contained in:
17
002_source/ionic_mobile/default.code-workspace
Normal file
17
002_source/ionic_mobile/default.code-workspace
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".",
|
||||
},
|
||||
{
|
||||
"path": "./../../001_documentation",
|
||||
},
|
||||
{
|
||||
"path": "../../000_AI_WORKSPACE",
|
||||
},
|
||||
],
|
||||
"settings": {
|
||||
"git.ignoreLimitWarning": true,
|
||||
"remote.autoForwardPortsFallback": 0,
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user