|
4 | 4 | "service": "web", |
5 | 5 | "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", |
6 | 6 | "overrideCommand": false, |
| 7 | + "hostRequirements": { |
| 8 | + "cpus": 4 |
| 9 | + }, |
7 | 10 | "forwardPorts": [8000], |
8 | 11 | "portsAttributes": { |
9 | 12 | "8000": { |
|
16 | 19 | "openFiles": [] |
17 | 20 | }, |
18 | 21 | "vscode": { |
| 22 | + "extensions": [], |
19 | 23 | "settings": { |
20 | 24 | "chat.disableAIFeatures": true, |
21 | | - "workbench.startupEditor": "none", |
| 25 | + "telemetry.telemetryLevel": "off", |
22 | 26 | "workbench.tips.enabled": false, |
23 | | - "git.openRepositoryInParentFolders": "never" |
| 27 | + "workbench.startupEditor": "none", |
| 28 | + "workbench.editor.enablePreview": false, |
| 29 | + "security.workspace.trust.enabled": false, |
| 30 | + "extensions.autoCheckUpdates": false, |
| 31 | + "extensions.ignoreRecommendations": true, |
| 32 | + "git.enabled": false, |
| 33 | + "git.autorefresh": false, |
| 34 | + "git.decorations.enabled": false, |
| 35 | + "scm.diffDecorations": "none", |
| 36 | + "editor.minimap.enabled": false, |
| 37 | + "editor.quickSuggestions": { |
| 38 | + "other": "off", |
| 39 | + "comments": "off", |
| 40 | + "strings": "off" |
| 41 | + }, |
| 42 | + "editor.suggestOnTriggerCharacters": false, |
| 43 | + "editor.wordBasedSuggestions": "off", |
| 44 | + "editor.parameterHints.enabled": false, |
| 45 | + "editor.codeLens": false, |
| 46 | + "editor.lightbulb.enabled": "off", |
| 47 | + "editor.inlayHints.enabled": "off", |
| 48 | + "editor.occurrencesHighlight": "off", |
| 49 | + "editor.selectionHighlight": false, |
| 50 | + "editor.renderLineHighlight": "none", |
| 51 | + "editor.renderWhitespace": "none", |
| 52 | + "editor.formatOnSave": false, |
| 53 | + "editor.accessibilitySupport": "off", |
| 54 | + "breadcrumbs.enabled": false, |
| 55 | + "terminal.integrated.enablePersistentSessions": false, |
| 56 | + "terminal.integrated.gpuAcceleration": "off", |
| 57 | + "files.watcherExclude": { |
| 58 | + "**/.git/**": true, |
| 59 | + "**/data/**": true, |
| 60 | + "**/static/**": true, |
| 61 | + "**/media/**": true, |
| 62 | + "**/thirdparty/**": true, |
| 63 | + "**/*.dist": true |
| 64 | + }, |
| 65 | + "search.exclude": { |
| 66 | + "**/.git": true, |
| 67 | + "**/data": true, |
| 68 | + "**/static": true, |
| 69 | + "**/media": true, |
| 70 | + "**/thirdparty": true |
| 71 | + } |
24 | 72 | } |
25 | 73 | } |
26 | 74 | } |
|
0 commit comments