extension: remove HelloWorld

This commit is contained in:
Vincent Batts 2017-02-20 13:33:24 -05:00
parent 604dafb310
commit a9571b7ca5
1 changed files with 0 additions and 4 deletions

View File

@ -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) {