File tree 4 files changed +0
-170
lines changed
4 files changed +0
-170
lines changed Original file line number Diff line number Diff line change 123
123
{
124
124
"language" : " puppetfile" ,
125
125
"path" : " ./snippets/puppetfile.snippets.json"
126
- },
127
- {
128
- "language" : " yaml" ,
129
- "path" : " ./snippets/bolt.snippets.json"
130
126
}
131
127
],
132
128
"commands" : [
183
179
"dark" : " ./media/PreviewOnRightPane_16x_dark.svg"
184
180
}
185
181
},
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
- },
196
182
{
197
183
"command" : " puppet.refreshFacts" ,
198
184
"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';
6
6
import * as vscode from 'vscode' ;
7
7
import { CreateAggregrateConfiguration , IAggregateConfiguration } from './configuration' ;
8
8
import { IFeature } from './feature' ;
9
- import { BoltFeature } from './feature/BoltFeature' ;
10
9
import { DebuggingFeature } from './feature/DebuggingFeature' ;
11
10
import { FormatDocumentFeature } from './feature/FormatDocumentFeature' ;
12
11
import { PDKFeature } from './feature/PDKFeature' ;
@@ -83,7 +82,6 @@ export function activate(context: vscode.ExtensionContext) {
83
82
84
83
extensionFeatures = [
85
84
new PDKFeature ( extContext , logger ) ,
86
- new BoltFeature ( extContext ) ,
87
85
new UpdateConfigurationFeature ( logger , extContext ) ,
88
86
statusBar ,
89
87
new PuppetfileHoverFeature ( extContext , logger ) ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments