[ide-mode] Keep track of recently-opened files and send them to the CLI (#4463)

This commit is contained in:
christine betts 2025-07-21 17:54:37 +00:00 committed by GitHub
parent 45b764943a
commit 9bdcdf97d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 337 additions and 10 deletions

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"module": "Node16",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2022",
"lib": ["ES2022", "dom"],
"sourceMap": true,