File tree Expand file tree Collapse file tree 4 files changed +0
-170
lines changed Expand file tree Collapse file tree 4 files changed +0
-170
lines changed Original file line number Diff line number Diff line change 123123 {
124124 "language" : " puppetfile" ,
125125 "path" : " ./snippets/puppetfile.snippets.json"
126- },
127- {
128- "language" : " yaml" ,
129- "path" : " ./snippets/bolt.snippets.json"
130126 }
131127 ],
132128 "commands" : [
183179 "dark" : " ./media/PreviewOnRightPane_16x_dark.svg"
184180 }
185181 },
186- {
187- "command" : " puppet-bolt.OpenUserConfigFile" ,
188- "title" : " Open Bolt User Configuration File" ,
189- "category" : " Puppet"
190- },
191- {
192- "command" : " puppet-bolt.OpenUserInventoryFile" ,
193- "title" : " Open Bolt User Inventory File" ,
194- "category" : " Puppet"
195- },
196182 {
197183 "command" : " puppet.refreshFacts" ,
198184 "title" : " Refresh" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import * as path from 'path';
66import * as vscode from 'vscode' ;
77import { CreateAggregrateConfiguration , IAggregateConfiguration } from './configuration' ;
88import { IFeature } from './feature' ;
9- import { BoltFeature } from './feature/BoltFeature' ;
109import { DebuggingFeature } from './feature/DebuggingFeature' ;
1110import { FormatDocumentFeature } from './feature/FormatDocumentFeature' ;
1211import { PDKFeature } from './feature/PDKFeature' ;
@@ -83,7 +82,6 @@ export function activate(context: vscode.ExtensionContext) {
8382
8483 extensionFeatures = [
8584 new PDKFeature ( extContext , logger ) ,
86- new BoltFeature ( extContext ) ,
8785 new UpdateConfigurationFeature ( logger , extContext ) ,
8886 statusBar ,
8987 new PuppetfileHoverFeature ( extContext , logger ) ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments