-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
53 additions
and
29 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- abril powershell | ||
- cd.. hasta el repositorio | ||
-- vsce package |
Binary file not shown.
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 |
---|---|---|
|
@@ -3,25 +3,26 @@ | |
"displayName": "%displayName%", | ||
"description": "%description%", | ||
"version": "1.0.1", | ||
"publisher": "MelvinGuerrero", | ||
"publisher": "MelvinGuerrero", | ||
"license": "MIT", | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Melvin Guerrero", | ||
"url": "https://melvinguerrero.blogspot.com" | ||
}, | ||
"email": "[email protected]", | ||
"name": "Melvin Guerrero", | ||
"url": "https://melvinguerrero.blogspot.com" | ||
}, | ||
"engines": { "vscode": "^1.0.0" }, | ||
"icon": "images/Latino-Logo.png", | ||
"categories":[ | ||
"Programming Languages", | ||
"Debuggers", | ||
"Language Packs", | ||
"Programming Languages", | ||
"Snippets" | ||
], | ||
"keywords": [ | ||
"latino", | ||
"lenguaje", | ||
"language" | ||
], | ||
"latino", | ||
"lenguaje", | ||
"language" | ||
], | ||
"galleryBanner":{ | ||
"color": "#449eec", | ||
"theme": "dark" | ||
|
@@ -35,18 +36,15 @@ | |
"url": "https://github.com/MelvinG24/Latino-VSCode.git" | ||
}, | ||
"homepage": "https://github.com/MelvinG24/Latino-VSCode", | ||
"activationEvents": ["*"], | ||
"main": "images/iconsFiles/latino-icons.bundle.js", | ||
"activationEvents": [ | ||
"onLanguage:latino" | ||
], | ||
"main": "./out/client/extension", | ||
"scripts":{ | ||
"compile":"", | ||
"vscode:uninstall": "node ./out/src/lifecycle" | ||
}, | ||
"contributes": { | ||
"iconThemes": | ||
[ | ||
{ | ||
"id": "latino", | ||
"label": "Latino Icon", | ||
"path": "images/iconsFiles/latino-icon-theme.json", | ||
"_watch": true | ||
} | ||
], | ||
"languages": | ||
[ | ||
{ | ||
|
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,4 +1,5 @@ | ||
{ | ||
"displayName": "Lenguaje Latino", | ||
"description": "Sintaxis de Latino (lenguaje de programación con sintaxis en Español) para VS Code." | ||
"description": "Sintaxis de Latino (lenguaje de programación con sintaxis en Español) para VS Code.", | ||
"version":"1.0.1" | ||
} |
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