mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-02 05:27:45 +00:00
feat: add extension
This commit is contained in:
parent
3b596db702
commit
f410df62da
13 changed files with 2194 additions and 14 deletions
53
integrations/vscode/package.json
Normal file
53
integrations/vscode/package.json
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"activationEvents": [
|
||||
"onLanguage:nix"
|
||||
],
|
||||
"author": {
|
||||
"email": "kamadorueda@gmail.com",
|
||||
"name": "Kevin Amado",
|
||||
"url": "https://github.com/kamadorueda"
|
||||
},
|
||||
"categories": [
|
||||
"Formatters"
|
||||
],
|
||||
"configuration": {
|
||||
"languages": [
|
||||
{
|
||||
"extensions": [
|
||||
".nix"
|
||||
],
|
||||
"id": "nix"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"alejandra.program": {
|
||||
"default": "alejandra",
|
||||
"description": "Specifies an alternative full path to the Alejandra executable.",
|
||||
"type": [
|
||||
"string"
|
||||
]
|
||||
}
|
||||
},
|
||||
"title": "Alejandra"
|
||||
},
|
||||
"description": "The Uncompromising Nix Code Formatter",
|
||||
"devDependencies": {
|
||||
"vsce": "^2.6.7"
|
||||
},
|
||||
"displayName": "Alejandra 💅",
|
||||
"engines": {
|
||||
"vscode": "^1.64.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "patreon",
|
||||
"url": "https://www.patreon.com/kamadorueda"
|
||||
},
|
||||
"license": "Unlicense",
|
||||
"main": "./extension.js",
|
||||
"name": "alejandra",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/kamadorueda/alejandra"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue