Open
Description
Aim
Trying to add flag --print-acir
(for example) in Noir: Nargo Flags
field and see effect of this flag:
Expected Behavior
See effect of this flag (fixed v):
Bug
In current Marketplace version if I add flag in Noir: Nargo Flags
I can see it:
To Reproduce
//I have described my steps to reproduce the behavior
- Install nargo via noirup, code via apt
- Create project via
nargo new
- Download extension in marketplace
- Open folder of your project in vscode
- Open extension settings
- Choose
'messages'
in fieldNoir > Trace: Server
to check commands - Open Output in bottom panel
- Write in Noir: Nargo flags some flags
- Don't forget choose second instance of Noir Language Server in Output panel
- Enjoy
Environment
OS: VM Lubuntu, WSL Ubuntu, etc
Ext. version: 0.0.12
Additional Context
No response
Would you like to submit a PR for this Issue?
Maybe
Support Needs
I think this bug from getLspCommand
function from client.ts
file, because of if I delete some strings, which find flags and insert them to args (nargo lsp
don't have flags exclude --help
), bug disappear.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
📋 Backlog
Activity