forked from Deducteam/lambdapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use Pat in pipeline to publish extension
- Loading branch information
Showing
3 changed files
with
29 additions
and
32 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
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 |
---|---|---|
@@ -1,15 +1,12 @@ | ||
{ | ||
"name": "lambdapi", | ||
"displayName": "lambdapi", | ||
"description": "VSCode extension for the Lambdapi proof assistant", | ||
"name": "abdelghaniExtension", | ||
"displayName": "abdelghani", | ||
"description": "VSCode extension for the Abdelghani assistant", | ||
"contributors": [ | ||
"Emilio Jesús Gallego Arias <[email protected]>", | ||
"Houda Mouzoun <[email protected]>", | ||
"François Lefoulon <[email protected]>", | ||
"Ashish Barnawal <[email protected]>" | ||
"Abdelghani Alidra" | ||
], | ||
"version": "0.2.1", | ||
"publisher": "Deducteam", | ||
"publisher": "alidrandco", | ||
"engines": { | ||
"vscode": "^1.82.0" | ||
}, | ||
|
@@ -20,13 +17,12 @@ | |
"interactive theorem proving", | ||
"dependent types", | ||
"rewriting", | ||
"dedukti", | ||
"lambdapi" | ||
"Abdelghani" | ||
], | ||
"homepage": "https://github.com/Deducteam/lambdapi", | ||
"homepage": "https://github.com/Alidra", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Deducteam/lambdapi" | ||
"url": "https://github.com/alidra" | ||
}, | ||
"activationEvents": [ | ||
"onLanguage:lp" | ||
|