diff --git a/apps/vscode/README.md b/apps/vscode/README.md index 4369af950..9e6e2efeb 100644 --- a/apps/vscode/README.md +++ b/apps/vscode/README.md @@ -30,7 +30,7 @@ The code is hot-reloaded, so the developer experience is quite nice. ## Publishing -Update the `CHANGELOG.md` with the new version number and the changes. +Update the version in the `apps/vscode/extension/package.json`. Update the `apps/vscode/extension/CHANGELOG.md` with the new version number and the changes. To publish: diff --git a/apps/vscode/editor/src/app.tsx b/apps/vscode/editor/src/app.tsx index 7356e683f..fd8207367 100644 --- a/apps/vscode/editor/src/app.tsx +++ b/apps/vscode/editor/src/app.tsx @@ -3,15 +3,7 @@ import { linksUiOverrides } from './utils/links' import '@tldraw/tldraw/tldraw.css' // eslint-disable-next-line import/no-internal-modules import { getAssetUrlsByImport } from '@tldraw/assets/imports' -import { - Editor, - ErrorBoundary, - TLUiMenuSchema, - Tldraw, - defaultShapeTools, - defaultShapeUtils, - setRuntimeOverrides, -} from '@tldraw/tldraw' +import { Editor, ErrorBoundary, TLUiMenuSchema, Tldraw, setRuntimeOverrides } from '@tldraw/tldraw' import { useCallback, useEffect, useMemo, useState } from 'react' import { VscodeMessage } from '../../messages' import '../public/index.css' @@ -130,8 +122,6 @@ function TldrawInner({ uri, assetSrc, isDarkMode, fileContents }: TLDrawInnerPro return (