Skip to content

Commit

Permalink
dont debug extension
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Oct 18, 2023
1 parent 00f6272 commit 5fb25a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-resgraph",
"description": "Improve quality-of-life of using ResGraph with VSCode.",
"version": "0.2.0",
"version": "0.2.1",
"main": "./build/extension.js",
"engines": {
"vscode": "^1.77.0"
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
import { cosmiconfig } from "cosmiconfig";
import { dirname, resolve } from "path";

const DEBUG = true;
const DEBUG = false;

export async function activate(context: ExtensionContext) {
let currentWorkspacePath = workspace.workspaceFolders?.[0].uri.fsPath;
Expand Down

0 comments on commit 5fb25a8

Please sign in to comment.