Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Created October 13, 2020 21:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Base64Png VS Code package.json extension
import * as vscode from "vscode";
export function activate(context: vscode.ExtensionContext) {
console.info("Extension is alive.");
// activate code here
}
export function deactivate() {
console.info("Extension is deactivating");
// deactivate code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment