Compare commits

...

2 Commits

Author SHA1 Message Date
Dax Raad
733c9903ec do not snapshot nongit projects for now 2025-07-20 13:59:30 -04:00
Frank
7306e20361 wip: vscode extension 2025-07-20 13:31:16 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ export namespace Snapshot {
// not a git repo, check if too big to snapshot
if (!app.git) {
return
const files = await Ripgrep.files({
cwd: app.path.cwd,
limit: 1000,

View File

@@ -62,7 +62,7 @@
"test": "vscode-test"
},
"devDependencies": {
"@types/vscode": "^1.102.0",
"@types/vscode": "^1.94.0",
"@types/mocha": "^10.0.10",
"@types/node": "20.x",
"@typescript-eslint/eslint-plugin": "^8.31.1",