-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from FahrJo/dev
release v0.1.1
- Loading branch information
Showing
6 changed files
with
18 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,15 @@ | |
"name": "ultimate-automizer", | ||
"displayName": "Ultimate Automizer", | ||
"description": "This extension runs a formal verification on the current active C file.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"publisher": "FahrJo", | ||
"contributors": [ | ||
{ | ||
"name": "Johannes Fahr", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"icon": "./images/ultimate_logo.png", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/FahrJo/ultimate-automizer.git" | ||
|
@@ -26,12 +27,6 @@ | |
], | ||
"main": "./out/extension.js", | ||
"contributes": { | ||
"commands": [ | ||
{ | ||
"command": "ultimate-automizer.startDockerContainer", | ||
"title": "Start Ulimate Docker container" | ||
} | ||
], | ||
"configuration": { | ||
"title": "Ultimate Automizer", | ||
"properties": { | ||
|
@@ -61,7 +56,7 @@ | |
"ultimate.settingsPath": { | ||
"type": "string", | ||
"default": "", | ||
"description": "Path to the settings (*.epl) of Ultimate is not accessed by the REST API." | ||
"description": "Path to the settings (*.epl/*.epf) of Ultimate is not accessed by the REST API." | ||
}, | ||
"ultimate.toolchainPath": { | ||
"type": "string", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters