Skip to content

Commit

Permalink
Support Multi Docs (useblocks#24)
Browse files Browse the repository at this point in the history
* Support Multi Docs

* Updated docs
  • Loading branch information
haiyangToAI committed Apr 13, 2023
1 parent 4cbb9c6 commit cc2b23e
Show file tree
Hide file tree
Showing 31 changed files with 2,248 additions and 252 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ client/node_modules
server/out
server/node_modules

client/testData/_build
client/testData/**/_build
docs/_build
.venv/
.envrc
Expand Down
4 changes: 2 additions & 2 deletions client/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
let client: LanguageClient;

export function activate(context: ExtensionContext) {
console.info('Activated Sphinx-Needs-VsCode Extension.');
console.info('SNV: Activated Sphinx-Needs-VsCode Extension.');

// TreeView of Sphinx-Needs Objects
const needsExplorerProvider = new NeedsExplorerProvider();
Expand Down Expand Up @@ -85,7 +85,7 @@ export function activate(context: ExtensionContext) {
language: element
});
} else {
console.warn(`Given language settings of activatedFiles not supported by VsCode: ${element}`);
console.warn(`SNV: Given language settings of activatedFiles not supported by VsCode: ${element}`);
}
});
});
Expand Down
Loading

0 comments on commit cc2b23e

Please sign in to comment.