Skip to content

Commit fea4a1f

Browse files
authored
Merge pull request #679 from jpogran/gh-678-remove-invalid-configuration-defaults
(GH-678) Remove Invalid Configuration Defaults
2 parents 0b2104c + 1d88ea2 commit fea4a1f

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)