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) {
|
function activate(context) {
|
||||||
console.log('next-note: activated');
|
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 () {
|
context.subscriptions.push(vscode.commands.registerTextEditorCommand('extension.nextNoteInsertDate', function () {
|
||||||
var editor = vscode.window.activeTextEditor;
|
var editor = vscode.window.activeTextEditor;
|
||||||
if (!editor) {
|
if (!editor) {
|
||||||
|
|
Loading…
Reference in a new issue