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 0b2104c + 1d88ea2 commit fea4a1fCopy full SHA for fea4a1f
CHANGELOG.md
@@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## [Unreleased]
8
9
+### Fixed
10
+
11
+- ([GH-678](https://github.com/puppetlabs/puppet-vscode/issues/678)) Remove invalid Configuration Defaults
12
13
## [0.27.0] - 2020-06-08
14
15
### Added
package.json
@@ -360,11 +360,6 @@
360
]
361
},
362
"configurationDefaults": {
363
- "files.encoding": "utf8",
364
- "files.associations": [
365
- ".pp",
366
- ".epp"
367
- ],
368
"[puppet]": {
369
"editor.tabSize": 2,
370
"editor.insertSpaces": true,
0 commit comments