You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "(Trezor) Path to the tf-tools manifest file, relative to the workspace root.",
218
218
"scope": "resource"
219
219
},
@@ -272,8 +272,8 @@
272
272
},
273
273
"tfTools.debug.templatesPath": {
274
274
"type": "string",
275
-
"default": "core/embed/.tf-tools/debug",
276
-
"description": "(Trezor) Path to the directory containing debugger template files (JSONC). Relative to the workspace root. Defaults to 'core/embed/.tf-tools/debug'.",
275
+
"default": "core/embed/xtask/tf-tools/debug",
276
+
"description": "(Trezor) Path to the directory containing debugger template files (JSONC). Relative to the workspace root. Defaults to 'core/embed/xtask/tf-tools/debug'.",
Copy file name to clipboardExpand all lines: specs/product-spec.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -354,10 +354,10 @@ At a high level, the settings fall into three groups:
354
354
355
355
### Workspace Path Settings
356
356
357
-
-`tfTools.manifestPath`: string, default `core/embed/.tf-tools/manifest.yaml`. Path to the manifest file, relative to the workspace root.
357
+
-`tfTools.manifestPath`: string, default `core/embed/xtask/tf-tools/manifest.yaml`. Path to the manifest file, relative to the workspace root.
358
358
-`tfTools.cargoWorkspacePath`: string, default `core/embed`. Path to the cargo workspace used for build-related tasks, relative to the workspace root. If the setting is cleared, the workspace root is used.
359
359
-`tfTools.artifactsPath`: string, default `core/build-xtask/artifacts`. Absolute or workspace-relative path to the build artifacts directory. If the setting is cleared, artifact-based IntelliSense resolution is disabled.
360
-
-`tfTools.debug.templatesPath`: string, default `core/embed/.tf-tools/debug`. Path to the directory that contains debug template files, relative to the workspace root unless given as an absolute path.
360
+
-`tfTools.debug.templatesPath`: string, default `core/embed/xtask/tf-tools/debug`. Path to the directory that contains debug template files, relative to the workspace root unless given as an absolute path.
361
361
362
362
### Visibility Settings
363
363
@@ -1006,7 +1006,7 @@ Collection requirements:
1006
1006
At a high level, the manifest structure looks like this:
0 commit comments