tabby/package.json
Meng Zhang 08a326c347
chore(vscode): use codelens for inline edit actions / decorations (#3000)
* refactor(vscode): disable noUnusedLocals and update build script. Extract InlineEditController

* refactor(inline-edit): reorganize InlineChatEdit

* restructure tsconfig.json

* build(clients/tabby-agent): update watch script to modify dist/protocol.d.ts on success, to help trigger watch mode of vscode extension

* streaming at line break

* Let CodeLensProvider using footer's markers

* turn off background color of header / footer to avoid flickering

* support cancel from codelens

* update

* update

* update

* update

* [autofix.ci] apply automated fixes

* fix

* chore(agent): when apply inline edit, apply the first edit as soon as possible so codelens can display immediately

* add highlight for in progress edit

* update

* [autofix.ci] apply automated fixes

* update

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-08-28 21:52:58 -07:00

18 lines
302 B
JSON

{
"private": true,
"scripts": {
"build": "turbo build",
"vscode:dev": "turbo vscode:dev",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"test": "turbo test"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"devDependencies": {
"turbo": "^1.13.3"
}
}