Skip to content

Commit 1fcd720

Browse files
committed
standalone import points to local build
1 parent 34f6c16 commit 1fcd720

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "CodeStory: SOTA SWE",
44
"publisher": "codestoryai",
55
"description": "Codestory's extension for SOTA agentic editing",
6-
"version": "0.0.10",
6+
"version": "0.0.10-alpha.1",
77
"private": true,
88
"engines": {
99
"vscode": "^1.84.0"
@@ -287,4 +287,4 @@
287287
}
288288
}
289289
}
290-
}
290+
}

src/devtools/react/DevtoolsManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @ts-expect-error external
2-
import Devtools from 'cs-react-devtools-core/standalone.js';
2+
import Devtools from './dist/standalone.js';
33
import * as vscode from 'vscode';
44
import { proxy } from './proxy';
55
import { DevtoolsStatus, InspectedElementPayload } from './types';

0 commit comments

Comments
 (0)