Skip to content

Commit 2033232

Browse files
authored
Set the language server to off-by-default for this release (#3214)
1 parent 208d963 commit 2033232

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## 1.17.0 - 20 September 2021
22
### Added
3-
* A language service for Docker Compose documents has been added! [#2539](https://github.com/microsoft/vscode-docker/issues/2539)
43
* Docker Context lookup at the time of extension activation will now always try using the gRPC API first, due to superior performance. Previously this was an experiment. [#3157](https://github.com/microsoft/vscode-docker/pull/3157)
54

65
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2311,7 +2311,7 @@
23112311
},
23122312
"docker.enableDockerComposeLanguageService": {
23132313
"type": "boolean",
2314-
"default": true,
2314+
"default": false,
23152315
"description": "%vscode-docker.config.docker.enableDockerComposeLanguageService%"
23162316
}
23172317
}

0 commit comments

Comments
 (0)