diff --git a/auto_package/templates/devDependencie.nj b/auto_package/templates/devDependencie.nj index 08508c09..8af659d5 100644 --- a/auto_package/templates/devDependencie.nj +++ b/auto_package/templates/devDependencie.nj @@ -1,8 +1,6 @@ "devDependencies": { - "@types/glob": "^7.1.1", "@types/node": "^17.0.31", "@types/vscode": "^1.45.0", - "glob": "^7.1.6", "js-yaml": "^3.13.1", "shx": "^0.3.3", "esbuild": "^0.16.17", diff --git a/auto_package/templates/package.nj b/auto_package/templates/package.nj index 99310cba..72e222eb 100644 --- a/auto_package/templates/package.nj +++ b/auto_package/templates/package.nj @@ -81,7 +81,15 @@ "viewsWelcome": [ { "view": "teroshdl-project", - "contents": "No TerosHDL project are open.\n[Add Project](command:teroshdl.view.project.add)\nTo learn more about how to use TerosHDL [read the documentation](https://terostechnology.github.io/terosHDLdoc/)." + "contents": "No TerosHDL project are open.\n[Add Project](command:teroshdl.view.project.add)\nTo learn more about how to [setup a TerosHDL project](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/)." + }, + { + "view": "teroshdl-view-source", + "contents": "Learn more about how to [add files and libraries to a project](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/sources)." + }, + { + "view": "teroshdl-view-dependency", + "contents": "Learn more about how to [setup TerosHDL to compute Hierarchy](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/hierarchy)." }, { "view": "teroshdl-view-actions", diff --git a/package.json b/package.json index 19b1c675..6dc6b880 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,15 @@ "viewsWelcome": [ { "view": "teroshdl-project", - "contents": "No TerosHDL project are open.\n[Add Project](command:teroshdl.view.project.add)\nTo learn more about how to use TerosHDL [read the documentation](https://terostechnology.github.io/terosHDLdoc/)." + "contents": "No TerosHDL project are open.\n[Add Project](command:teroshdl.view.project.add)\nTo learn more about how to [setup a TerosHDL project](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/)." + }, + { + "view": "teroshdl-view-source", + "contents": "Learn more about how to [add files and libraries to a project](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/sources)." + }, + { + "view": "teroshdl-view-dependency", + "contents": "Learn more about how to [setup TerosHDL to compute Hierarchy](https://terostechnology.github.io/terosHDLdoc/docs/project_configuration/hierarchy)." }, { "view": "teroshdl-view-actions", @@ -888,10 +896,8 @@ "module-alias": "^2.2.3" }, "devDependencies": { - "@types/glob": "^7.1.1", "@types/node": "^17.0.31", "@types/vscode": "^1.45.0", - "glob": "^7.1.6", "js-yaml": "^3.13.1", "shx": "^0.3.3", "esbuild": "^0.16.17", diff --git a/src/colibri/config/config_web.ts b/src/colibri/config/config_web.ts index 3e3a5b2c..0f964abf 100755 --- a/src/colibri/config/config_web.ts +++ b/src/colibri/config/config_web.ts @@ -365,7 +365,7 @@ export const WEB_CONFIG = `
-

GeneralGo To Documentation

+

GeneralGo To Documentation

@@ -444,13 +444,14 @@ export const WEB_CONFIG = `
-

Documentation

+

DocumentationGo To Documentation

+
-

Editor

+

EditorGo To Documentation

+
@@ -760,13 +762,14 @@ export const WEB_CONFIG = `
-

Formatter

+

FormatterGo To Documentation

+
-

Linter settings

+

Linter settingsGo To Documentation

+
-

Schematic viewer

+

Schematic viewerGo To Documentation

+
-

Templates

+

TemplatesGo To Documentation

+