extension: remove HelloWorld
This commit is contained in:
parent
604dafb310
commit
a9571b7ca5
1 changed files with 0 additions and 4 deletions
|
@ -9,10 +9,6 @@ var dateFormat = require('dateformat');
|
|||
function activate(context) {
|
||||
console.log('next-note: activated');
|
||||
|
||||
context.subscriptions.push(vscode.commands.registerCommand('extension.sayHello', function () {
|
||||
vscode.window.showInformationMessage('Hello World!');
|
||||
}));
|
||||
|
||||
context.subscriptions.push(vscode.commands.registerTextEditorCommand('extension.nextNoteInsertDate', function () {
|
||||
var editor = vscode.window.activeTextEditor;
|
||||
if (!editor) {
|
||||
|
|
Loading…
Reference in a new issue