Skip to content

Commit

Permalink
standalone import points to local build
Browse files Browse the repository at this point in the history
  • Loading branch information
g-danna committed Dec 17, 2024
1 parent 34f6c16 commit 1fcd720
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "CodeStory: SOTA SWE",
"publisher": "codestoryai",
"description": "Codestory's extension for SOTA agentic editing",
"version": "0.0.10",
"version": "0.0.10-alpha.1",
"private": true,
"engines": {
"vscode": "^1.84.0"
Expand Down Expand Up @@ -287,4 +287,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/devtools/react/DevtoolsManager.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-expect-error external
import Devtools from 'cs-react-devtools-core/standalone.js';
import Devtools from './dist/standalone.js';
import * as vscode from 'vscode';
import { proxy } from './proxy';
import { DevtoolsStatus, InspectedElementPayload } from './types';
Expand Down

0 comments on commit 1fcd720

Please sign in to comment.