Skip to content

Commit

Permalink
update for re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed May 10, 2024
1 parent b499341 commit 17dfb97
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions spin2/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
.vscode/**
.history/**
.devcontainer/**
node_modules/**
scripts/**
server/**
*NEW
*ORIG
*REF*
!server/out/server.js
client/**
!client/out/extension.js
Expand Down
4 changes: 4 additions & 0 deletions spin2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Possible next additions:
- Add new-file templates as Snippets
- Add additional Snippets as the community identifies them

## [2.2.18] 2024-05-09

- Quick repackage and release to pull cruft out of distribution package (oops!)

## [2.2.17] 2024-05-09

Update P2 Only
Expand Down
2 changes: 1 addition & 1 deletion spin2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "images/Propeller.ico",
"author": "IronSheep",
"license": "MIT",
"version": "2.2.17",
"version": "2.2.18",
"repository": {
"type": "git",
"url": "https://github.com/ironsheep/P2-vscode-langserv-extension"
Expand Down
2 changes: 1 addition & 1 deletion spin2/server/src/parser/spin2.documentSemanticParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class Spin2DocumentSemanticParser {

private bLogStarted: boolean = false;
// adjust following true/false to show specific parsing debug
private isDebugLogEnabled: boolean = true; // WARNING (REMOVE BEFORE FLIGHT)- change to 'false' - disable before commit
private isDebugLogEnabled: boolean = false; // WARNING (REMOVE BEFORE FLIGHT)- change to 'false' - disable before commit
private showSpinCode: boolean = true;
private showPreProc: boolean = true;
private showCON: boolean = true;
Expand Down

0 comments on commit 17dfb97

Please sign in to comment.