stabalized the index map, now the selection is lost on rerenders again :/
This commit is contained in:
parent
5a813627ea
commit
41a1ef0dbb
8 changed files with 91 additions and 86 deletions
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
@ -1,10 +1,6 @@
|
|||
{
|
||||
// The path to the `bun` executable.
|
||||
"bun.runtime": "/path/to/bun",
|
||||
"bun.debugTerminal": {
|
||||
// If support for Bun should be added to the default "JavaScript Debug Terminal".
|
||||
"enabled": true,
|
||||
// If the debugger should stop on the first line of the program.
|
||||
"stopOnEntry": false,
|
||||
}
|
||||
"bun.debugTerminal.enabled": true,
|
||||
"bun.debugTerminal.stopOnEntry": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue