Skip to content

Commit

Permalink
Remove unnecessary files and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
golf1052 committed Jul 16, 2017
1 parent 45e3127 commit ab76129
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
9 changes: 0 additions & 9 deletions src/extension.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
'use strict';
// The module 'vscode' contains the VS Code extensibility API
// Import the module and reference it with the alias vscode in your code below
import * as vscode from 'vscode';
import * as fs from 'fs';
import * as path from 'path';
var cjson = require('strip-json-comments');

// this method is called when your extension is activated
// your extension is activated the very first time the command is executed
export function activate(context: vscode.ExtensionContext) {

// The command has been defined in the package.json file
// Now provide the implementation of the command with registerCommand
// The commandId parameter must match the command field in package.json
let disposable = vscode.commands.registerCommand('base16.generator.activateTheme', function () {
activateTheme();
});
Expand Down Expand Up @@ -71,6 +63,5 @@ function parseJson(text: string) {
return JSON.parse(cjson(text));
}

// this method is called when your extension is deactivated
export function deactivate() {
}
27 changes: 0 additions & 27 deletions vsc-extension-quickstart.md

This file was deleted.

0 comments on commit ab76129

Please sign in to comment.