We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 134426d + eb9053b commit af36a15Copy full SHA for af36a15
src/universal/.devcontainer/devcontainer.json
@@ -153,10 +153,7 @@
153
"type": "pythonEnvironment"
154
}
155
],
156
- "lldb.executable": "/usr/bin/lldb",
157
- "files.watcherExclude": {
158
- "**/target/**": true
159
- }
+ "lldb.executable": "/usr/bin/lldb"
160
},
161
// Add the IDs of extensions you want installed when the container is created.
162
"extensions": [
src/universal/manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "2.0.19",
+ "version": "2.0.18",
3
"build": {
4
"latest": true,
5
"rootDistro": "debian",
0 commit comments