Skip to content

Commit af36a15

Browse files
Merge pull request devcontainers#141 from devcontainers/jungaretti/remove-watcherexclude
Remove files.watcherExclude from Universal image
2 parents 134426d + eb9053b commit af36a15

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/universal/.devcontainer/devcontainer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,7 @@
153153
"type": "pythonEnvironment"
154154
}
155155
],
156-
"lldb.executable": "/usr/bin/lldb",
157-
"files.watcherExclude": {
158-
"**/target/**": true
159-
}
156+
"lldb.executable": "/usr/bin/lldb"
160157
},
161158
// Add the IDs of extensions you want installed when the container is created.
162159
"extensions": [

src/universal/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.19",
2+
"version": "2.0.18",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

0 commit comments

Comments
 (0)