Skip to content

Commit

Permalink
Read
Browse files Browse the repository at this point in the history
  • Loading branch information
prabeshadhikari committed Apr 8, 2024
1 parent ac27994 commit e5014e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/// <reference path="/Users/prabeshadhikari/.vscode/extensions/nur.script-0.2.1/@types/api.global.d.ts" />
/// <reference path="/Users/prabeshadhikari/.vscode/extensions/nur.script-0.2.1/@types/vscode.global.d.ts" />
// @ts-check
// API: https://code.visualstudio.com/api/references/vscode-api

function activate(_context) {
window.showInformationMessage('Hello, World!');
}

function deactivate() {}

module.exports = { activate, deactivate }

0 comments on commit e5014e5

Please # to comment.