File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ export function activate(context: vscode.ExtensionContext) {
66 const intelliSenseSettings = new IntelliSenseSettings ( vscode . workspace . getConfiguration ( ) )
77
88 let gunsOff = vscode . commands . registerCommand ( 'withoutGuns.gunsOff' , ( ) => {
9- vscode . window . showInformationMessage ( 'Your guns are turned off ;-) ' ) ;
9+ vscode . window . showInformationMessage ( 'We just took your guns. That\'s for your own good. ' ) ;
1010 intelliSenseSettings . removeIntelliSense ( ) ;
1111 } ) ;
1212
1313 let gunsOn = vscode . commands . registerCommand ( 'withoutGuns.gunsOn' , ( ) => {
14- vscode . window . showInformationMessage ( 'Your guns are turned on .' ) ;
14+ vscode . window . showInformationMessage ( 'You got your guns back. Be careful what you do with them .' ) ;
1515 intelliSenseSettings . applyInitialSettings ( ) ;
1616 } ) ;
1717
You can’t perform that action at this time.
0 commit comments