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
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 field Noir > 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.
The text was updated successfully, but these errors were encountered:
Aim
Trying to add flag
--print-acir
(for example) inNoir: 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
nargo new
'messages'
in fieldNoir > Trace: Server
to check commandsEnvironment
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 fromclient.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.The text was updated successfully, but these errors were encountered: