fix overflow, add editor settings

Signed-off-by: Rachel <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel
2024-03-19 22:32:43 -07:00
parent 3e4eb9d0cf
commit e0965ddcef
6 changed files with 340 additions and 159 deletions

View File

@@ -24,6 +24,7 @@
},
"homepage": "https://github.com/ryex/ic10emu#readme",
"devDependencies": {
"@oneidentity/zstd-js": "^1.0.3",
"copy-webpack-plugin": "^12.0.2",
"hello-wasm-pack": "^0.1.0",
"ts-loader": "^9.5.1",
@@ -35,8 +36,9 @@
"dependencies": {
"ace-code": "^1.32.7",
"ace-linters": "^1.1.1",
"uuid": "^9.0.1",
"ic10emu_wasm": "file:../ic10emu_wasm/pkg",
"ic10lsp_wasm": "file:../ic10lsp_wasm/pkg"
"ic10lsp_wasm": "file:../ic10lsp_wasm/pkg",
"lzma-web": "^3.0.1",
"uuid": "^9.0.1"
}
}