Skip to content

Commit e5887eb

Browse files
author
David Hollinger III
committed
Remove .pp from Ruby extension list. Issue microsoft#5366
The *.pp file extension as it pertains it Ruby is actually a file type used to denote a Puppet Manifest written in the Puppet DSL (which itself is written in Ruby). The affected setting was overriding VSCode Puppet extensions that are expecting the .pp extension to be detected as file type Puppet.
1 parent 9ec714f commit e5887eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ruby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"contributes": {
77
"languages": [{
88
"id": "ruby",
9-
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".pp", ".rake", ".ru" ],
9+
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".rake", ".ru" ],
1010
"filenames": [ "rakefile", "gemfile", "guardfile" ],
1111
"aliases": [ "Ruby", "rb" ],
1212
"configuration": "./ruby.configuration.json"

0 commit comments

Comments
 (0)