Skip to content

Commit 1d88ea2

Browse files
committed
(GH-678) Remove Invalid Configuration Defaults
Removes the encoding and file associations from the configurationDefaults section because as of vscode 1.24, you are no longer allowed to set settings for anything outside the language the extension is providing.
1 parent 0b2104c commit 1d88ea2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- ([GH-678](https://github.com/puppetlabs/puppet-vscode/issues/678)) Remove invalid Configuration Defaults
12+
913
## [0.27.0] - 2020-06-08
1014

1115
### Added

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,6 @@
360360
]
361361
},
362362
"configurationDefaults": {
363-
"files.encoding": "utf8",
364-
"files.associations": [
365-
".pp",
366-
".epp"
367-
],
368363
"[puppet]": {
369364
"editor.tabSize": 2,
370365
"editor.insertSpaces": true,

0 commit comments

Comments
 (0)