Skip to content

Commit

Permalink
feat: support older version vscode install
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 5, 2024
2 parents 8f77b03 + cd6ff5f commit a8918a4
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.5.0"}
{".":"1.6.0"}
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@
"tsup",
"undici",
"vsix"
]
],
"aide.convertLanguagePairs": {
"typescript": "python"
}
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.0](https://github.com/nicepkg/aide/compare/aide-v1.5.0...aide-v1.6.0) (2024-07-02)


### Features

* update docs ([88b0609](https://github.com/nicepkg/aide/commit/88b0609502b3d1e620456162dc7d05ec0a18826c))

## [1.5.0](https://github.com/nicepkg/aide/compare/aide-v1.4.1...aide-v1.5.0) (2024-07-02)


Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"dist"
],
"engines": {
"vscode": "^1.90.0"
"vscode": "^1.76.0"
},
"contributes": {
"commands": [
Expand Down Expand Up @@ -216,7 +216,7 @@
"@types/global-agent": "^2.1.3",
"@types/node": "^20.14.9",
"@types/shell-quote": "^1.7.5",
"@types/vscode": "^1.90.0",
"@types/vscode": "1.76.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vscode/vsce": "^2.29.0",
Expand All @@ -232,16 +232,16 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^3.2.0",
"esno": "^4.7.0",
"execa": "^9.3.0",
"fs-extra": "^11.2.0",
"glob": "^10.4.2",
"global-agent": "^3.0.0",
"husky": "^9.0.11",
"inquirer": "^9.3.2",
"knip": "^5.23.3",
"inquirer": "^9.3.4",
"knip": "^5.24.1",
"lint-staged": "^15.2.7",
"minimatch": "^9.0.5",
"pnpm": "^9.4.0",
Expand All @@ -251,7 +251,7 @@
"tsup": "^8.1.0",
"typescript": "5.4.5",
"undici": "^6.19.2",
"vite": "^5.3.2",
"vite": "^5.3.3",
"vitest": "^1.6.0"
},
"commitlint": {
Expand Down
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a8918a4

Please sign in to comment.