-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathQuangTPS.code-workspace
More file actions
60 lines (60 loc) · 1.93 KB
/
QuangTPS.code-workspace
File metadata and controls
60 lines (60 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"folders": [
{
"path": "."
}
],
"settings": {
"python.analysis.extraPaths": [
"./quangtps"
],
"python.envFile": "${workspaceFolder}/.env",
"cursor.composer.cmdPFilePicker2": true,
"cursor.composer.collapsePaneInputBoxPills": true,
"cursor.composer.shouldAllowCustomModes": true,
"cursor.composer.shouldChimeAfterChatFinishes": true,
"cursor.composer.shouldQueueWhenGenerating": true,
"cursor.cpp.disabledLanguages": [],
"cursor.composer.shouldShowMarkdownHoverParticipantActions2": true,
"files.exclude": {
"**/__pycache__": true,
"**/*.log": true,
"**/*.pyc": true,
"**/*.txt": true,
"**/tests": true
},
"files.associations": {
"*.dcm": "python"
},
"cursor.cpp.enablePartialAccepts": true,
"cursor.diffs.useCharacterLevelDiffs": true,
"cursor.general.enableShadowWorkspace": true,
"cursor.general.gitGraphIndexing": "enabled",
"cursor.preferNotificationsSameAsChat": true,
"cursor.terminal.usePreviewBox": true,
"editor.codeActions.triggerOnFocusChange": true,
"scm.alwaysShowActions": true,
"scm.alwaysShowRepositories": true,
"scm.diffDecorationsGutterPattern": {
"added": true
},
"testing.showAllMessages": true,
"testing.followRunningTest": true,
"scm.defaultViewMode": "tree",
"cSpell.enabled": false,
"explorer.excludeGitIgnore": true,
"explorer.openEditors.visible": 20,
"terminal.integrated.allowMnemonics": true,
"terminal.integrated.confirmOnKill": "editor",
"terminal.integrated.confirmOnExit": "hasChildProcesses",
"terminal.integrated.defaultLocation": "editor",
"terminal.integrated.enableVisualBell": true,
"terminal.integrated.focusAfterRun": "terminal",
"terminal.integrated.suggest.enabled": true,
"terminal.integrated.suggest.quickSuggestions": true,
"terminal.integrated.suggest.enableExtensionCompletions": true,
"remote.downloadExtensionsLocally": true,
"notebook.multiCursor.enabled": false,
"notebook.outline.showCodeCells": true
}
}