소스 검색

Last commit

Etheram68 5 년 전
부모
커밋
1e382c5b01
2개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. BIN
      cpp.jpg
  2. 1 4
      src/extension.ts

BIN
cpp.jpg


+ 1 - 4
src/extension.ts

@@ -1,10 +1,7 @@
-// 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';
 
-// 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) {