Hide unused_parameter errors with VS Code MOOSE language server? #31371
-
|
Hello, I like to put common parameters for my multi-app setup in a common header file. However, not all of the individual apps use all of the declared parameters: as a result, my language server output is peppered with "problems", i.e. unused parameters. In the terminal, this can be disabled by passing a parameter to the executable call, but is there a way to toggle that in VS Code? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hello @brandonlangley @loganharbour do you think we could support this with maybe this syntax ? |
Beta Was this translation helpful? Give feedback.
-
Interestingly, this exact same question was also just asked in the MOOSE Language Support VS Code extension discussions: idaholab/moose-language-support/discussions/30 @dschwen said he would add a VS Code extension option to set that |
Beta Was this translation helpful? Give feedback.
@tannhorn @GiudGiud -
Interestingly, this exact same question was also just asked in the MOOSE Language Support VS Code extension discussions:
idaholab/moose-language-support/discussions/30
@dschwen said he would add a VS Code extension option to set that
--allow-unusedparameter, and he opened this issue:idaholab/moose-language-support/issues/31