-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample-py.code-workspace
More file actions
168 lines (168 loc) · 5.34 KB
/
sample-py.code-workspace
File metadata and controls
168 lines (168 loc) · 5.34 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"folders": [
{
"path": "."
}
],
"settings": {
"window.zoomLevel": 0.5,
"editor.suggestSelection": "first",
"editor.bracketPairColorization.enabled": true,
"diffEditor.ignoreTrimWhitespace": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.minimap.renderCharacters": false,
"editor.comments.insertSpace": false,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"zenMode.centerLayout": false,
"prettier.printWidth": 120,
"workbench.list.multiSelectModifier": "alt",
"editor.defaultFormatter": null,
"editor.linkedEditing": true,
"editor.multiCursorModifier": "alt",
"scss.lint.emptyRules": "ignore",
"editor.formatOnSave": true,
"prettier.singleQuote": false,
"explorer.confirmDelete": false,
"editor.snippetSuggestions": "top",
"explorer.confirmDragAndDrop": false,
"workbench.iconTheme": "file-icons",
"git.confirmSync": false,
"workbench.startupEditor": "none",
"window.autoDetectColorScheme": true,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"pyproject.toml": "poetry.lock,ruff.toml,.pip-audit.toml",
".gitignore": ".gitattributes, .poetryignore, .editorconfig, .eslint*, .npm*, .markdown*, .flake8, .env*, mypy.ini",
"README.md": "*.md, requirements.txt,packages.txt",
"LICENSE": "LICENSE-*"
},
"git.enableSmartCommit": true,
"git.autofetch": true,
"explorer.excludeGitIgnore": false,
"git.branchPrefix": "feature/TZP-2500",
"git.branchRandomName.enable": true,
"git.branchRandomName.dictionary": [
"animals",
"numbers"
],
"search.showLineNumbers": true,
"workbench.editorAssociations": {
"*.log": "default"
},
"editor.minimap.enabled": true,
"workbench.colorTheme": "Tokyo Night Storm",
"editor.fontSize": 14,
"editor.accessibilitySupport": "off",
"editor.minimap.size": "fit",
"cSpell.customDictionaries": {
"myDictionary": {
"name": "myDictionary",
"path": "~/myDictionary.txt",
"scope": "user",
"addWords": true
},
"custom": true
},
"debug.javascript.codelens.npmScripts": "never",
"editor.detectIndentation": false,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#6d4589",
"activityBar.background": "#6d4589",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#2a2215",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#6d4589",
"statusBar.background": "#523467",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#6d4589",
"statusBarItem.remoteBackground": "#523467",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#523467",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#52346799",
"titleBar.inactiveForeground": "#e7e7e799",
"sideBar.border": "#6d4589"
},
"peacock.color": "#523467",
"cSpell.words": [
"gitstash"
],
"files.autoSave": "onFocusChange",
"editor.dragAndDrop": false,
"editor.tabCompletion": "onlySnippets",
"editor.formatOnSaveMode": "file",
"files.eol": "\n",
"files.readonlyExclude": {
"dist/**": true
},
"window.title": "${rootNameShort}${separator}${activeEditorShort}${separator}${activeFolderMedium}",
"explorer.fileNesting.expand": false,
"search.exclude": {
".venv": true,
".venv-dist": true,
".venv**": true,
"dist/**": true,
"package-lock.json": true
},
"peacock.affectSideBarBorder": true,
"prettier.quoteProps": "consistent",
"prettier.documentSelectors": [
"**/*.astro"
],
"git.branchProtection": [
"develop",
"main"
],
"git.enableCommitSigning": false,
"git.postCommitCommand": "push",
"workbench.tree.enableStickyScroll": false,
"editor.stickyScroll.enabled": true,
"workbench.editor.pinnedTabSizing": "shrink",
"prettier.trailingComma": "none",
"editor.inlayHints.enabled": "offUnlessPressed",
"workbench.layoutControl.enabled": false,
"[markdown]": {
"diffEditor.ignoreTrimWhitespace": true
},
"files.readonlyInclude": {
".venv/**": true
},
"workbench.editor.pinnedTabsOnSeparateRow": true,
"python.defaultInterpreterPath": "",
"python.terminal.activateEnvironment": false,
"python.analysis.importFormat": "absolute",
"python.analysis.extraPaths": [
"./src"
],
"files.exclude": {
".git/**": true,
".poetry/**": true,
"**/.git": false
},
"mcp": {
"inputs": [],
"servers": {}
},
"chat.mcp.serverSampling": {
"tz-script.code-workspace: my-mcp-server-c37295de": {
"allowedModels": [
"copilot/gpt-4.1",
"copilot/claude-3.5-sonnet"
]
}
},
"gitstash.explorer.display.fileSorting": "tree",
"files.insertFinalNewline": true,
}
}