Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

55 not all errors are recognized and in errors in c are not recognized #56

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions client/src/vercors-run-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ export default class VerCorsRunManager {
// Always execute in progress & verbose mode for extension features to work.
args.push("--progress");
args.push("--verbose");
args.push("--more");


// Create the output channel if it doesn't exist
if (!this.outputChannel) {
Expand Down
4 changes: 0 additions & 4 deletions resources/command-line-options.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
"description": "Instruct VerCors to verify the given files (default)",
"skip": true
},
"more": {
"name": "More Errors",
"description": "Always print the maximum amount of information about errors."
},
"lang": {
"name": "Language",
"description": "{silver, pvl, llvm, i, java, c, systemc} Do not detect the language from the file extension, but force a specific language parser for all files",
Expand Down