Skip to content

Commit

Permalink
Add swyddfa.esbonio (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchernobog committed Feb 13, 2024
1 parent e70fe03 commit 7cc7404
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,11 @@
"vsce package --target=darwin-arm64",
"vsce package --target=win32-x64"
],
"target": ["linux-x64", "darwin-arm64", "win32-x64"]
"target": [
"linux-x64",
"darwin-arm64",
"win32-x64"
]
},
"ms-python.flake8": {
"repository": "https://github.com/microsoft/vscode-flake8",
Expand Down Expand Up @@ -1315,6 +1319,20 @@
"Swellaby.vscode-rust-test-adapter": {
"repository": "https://github.com/swellaby/vscode-rust-test-adapter"
},
"swyddfa.esbonio": {
"repository": "https://github.com/swyddfa/esbonio",
"location": "code",
"pythonVersion": "3.8",
"custom": [
"git describe --tags --match 'esbonio-vscode-extension-*' origin/develop | xargs git checkout",
"python3 -m pip install --upgrade pip",
"python3 -m pip install --upgrade hatch tox towncrier docutils",
"env -C code 'ESBONIO_WHL=--pre esbonio' python3 -m tox run -e bundle-deps",
"env -C code npm ci --prefer-offline",
"env -C code npm run package",
"mv code/*.vsix code/extension.vsix"
]
},
"tanhakabir.rest-book": {
"repository": "https://github.com/tanhakabir/rest-book"
},
Expand Down

0 comments on commit 7cc7404

Please sign in to comment.