|
58 | 58 |
|
59 | 59 | // Add the IDs of extensions you want installed when the container is created. |
60 | 60 | "extensions": [ |
61 | | - "ms-python.python", |
62 | | - "ms-python.vscode-pylance", |
63 | | - "ms-azuretools.vscode-docker", |
64 | | - "editorconfig.editorconfig", |
65 | | - "redhat.vscode-yaml", |
66 | | - "visualstudioexptteam.vscodeintellicode", |
67 | | - "batisteo.vscode-django", |
68 | | - "mutantdino.resourcemonitor", |
69 | | - "spmeesseman.vscode-taskexplorer", |
70 | | - "mtxr.sqltools", |
71 | | - "mtxr.sqltools-driver-mysql" |
72 | | - ], |
| 61 | + "ms-python.python", |
| 62 | + "ms-python.vscode-pylance", |
| 63 | + "ms-azuretools.vscode-docker", |
| 64 | + "editorconfig.editorconfig", |
| 65 | + "redhat.vscode-yaml", |
| 66 | + "visualstudioexptteam.vscodeintellicode", |
| 67 | + "batisteo.vscode-django", |
| 68 | + "mutantdino.resourcemonitor", |
| 69 | + "spmeesseman.vscode-taskexplorer", |
| 70 | + "mtxr.sqltools", |
| 71 | + "mtxr.sqltools-driver-mysql", |
| 72 | + "mrmlnc.vscode-duplicate" |
| 73 | + ], |
73 | 74 |
|
74 | 75 | // Use 'forwardPorts' to make a list of ports inside the container available locally. |
75 | 76 | "forwardPorts": [8000, 3306], |
|
0 commit comments