Skip to content

Commit

Permalink
uncomment previous commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHuey committed Nov 1, 2024
1 parent fe6729a commit 34646f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async function setupWorkspaceProperties(context) {
if (!fs.existsSync(pathtovscode)) {
fs.mkdirSync(pathtovscode);
}
// context.subscriptions.push(createLinkProvider(/#(\s*?)include "(.*)"/, thisWorkspace().uri.fsPath));
context.subscriptions.push(createLinkProvider(/#(\s*?)include "(.*)"/, thisWorkspace().uri.fsPath));
context.subscriptions.push(registerCompletions({ directory: thisWorkspace().uri.fsPath, triggers: ['"'], regex: /#include\s+"([^"]*)$/, end: "" }));
if (fs.existsSync(path.join(pathtovscode, "avr_project.json"))) {
let thejson = JSON.parse(fs.readFileSync(path.join(pathtovscode, "avr_project.json"), "utf8"));
Expand Down

0 comments on commit 34646f4

Please sign in to comment.