TheNoiseClock/TheNoiseClock.code-workspace
Matt Bruce 0dde5bd66c removed package
Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
2026-02-18 14:48:08 -06:00

21 lines
456 B
Plaintext

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