SecureStorageSample/SecureStorageSample.code-workspace

21 lines
459 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "localPackages/SharedPackage"
},
{
"path": "../../_Packages/LocalData"
}
],
"settings": {
"terminal.integrated.enablePersistentSessions": true,
"terminal.integrated.persistentSessionReviveProcess": "onExitAndWindowClose",
"task.allowAutomaticTasks": "off",
"swift.disableAutoResolve": true,
"swift.disableSwiftPackageManagerIntegration": true
}
}