Replies: 3 comments 1 reply
-
Hey @nan-mu, thanks for asking! I saw the same "warnings" on my own VScode but |
Beta Was this translation helpful? Give feedback.
-
I noticed that the command line seemed to want to execute this information, but I was using fish so they were not executing as expected. I manually modified it and new errors appeared. nan@mu-linux ~/translate-platform-api (sea-orm)> (cd /home/nan/translate-platform-api && /home/nan/.cargo/bin/firedbg list-config --json-format)(cd /home/n
an/translate-platform-api && /home/nan/.cargo/bin/firedbg list-config --json-format)
fish: Command substitutions not allowed
nan@mu-linux ~/translate-platform-api (sea-orm)> cd /home/nan/translate-platform-api && /home/nan/.cargo/bin/firedbg list-config --json-format & cd /home/n
an/translate-platform-api && /home/nan/.cargo/bin/firedbg list-config --json-format
Blocking waiting for file lock on package cache
Blocking waiting for file lock on package cache
Blocking waiting for file lock on package cache
Blocking waiting for file lock on package cache
Blocking waiting for file lock on package cache
Error: Fail to parse `firedbg.toml`
Caused by:
0: Fail to parse TOML
1: TOML parse error at line 1, column 1
|
1 | # Learn how to customize FireDBG Run at https://firedbg.sea-ql.org/blog/2023-12-13-getting-started/#firedbgtoml-config
| ^
missing field `workspace`
Error: Fail to parse `firedbg.toml`
Caused by:
0: Fail to parse TOML
1: TOML parse error at line 1, column 1
|
1 | # Learn how to customize FireDBG Run at https://firedbg.sea-ql.org/blog/2023-12-13-getting-started/#firedbgtoml-config
| ^
missing field `workspace`
fish: Job 1, '/home/nan/.cargo/bin/firedbg li…' has ended |
Beta Was this translation helpful? Give feedback.
-
Ok, I did find out that I was missing something, but it looks like this error caused by fish does exist. |
Beta Was this translation helpful? Give feedback.
-
So, I follow the steps for your guide of vscode extension. And I think everything all right but maybe that error prevents the plugin from running. All things are automatically generated by the program and have not been modified by humans.
the vscode report:
the version.toml conent:
And the version of the expansion pack is v0.1.12
And my enviorment
Beta Was this translation helpful? Give feedback.
All reactions