Skip to content

Commit

Permalink
Set the language server to off-by-default for this release (#3214)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft committed Sep 16, 2021
1 parent 208d963 commit 2033232
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## 1.17.0 - 20 September 2021
### Added
* A language service for Docker Compose documents has been added! [#2539](https://github.com/microsoft/vscode-docker/issues/2539)
* 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)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@
},
"docker.enableDockerComposeLanguageService": {
"type": "boolean",
"default": true,
"default": false,
"description": "%vscode-docker.config.docker.enableDockerComposeLanguageService%"
}
}
Expand Down

0 comments on commit 2033232

Please sign in to comment.