🧩 Plasmo Developers�PD
🧩 Plasmo Developers3y ago
10 replies
sumit

vscode error opening .plasmo/static/common/*.tsx and .plasmo/static/common/*.ts files

how do i fix these errors in .plasmo/static/content.tsx
[{
    "resource": "/extensionname/.plasmo/static/content.tsx",
    "owner": "typescript",
    "code": "2307",
    "severity": 8,
    "message": "Cannot find module '@plasmo-static-common/csui' or its corresponding type declarations.",
    "source": "ts",
    "startLineNumber": 1,
    "startColumn": 52,
    "endLineNumber": 1,
    "endColumn": 80
},{
    "resource": "/extensionname/.plasmo/static/content.tsx",
    "owner": "typescript",
    "code": "2307",
    "severity": 8,
    "message": "Cannot find module '@plasmo-static-common/csui-container-react' or its corresponding type declarations.",
    "source": "ts",
    "startLineNumber": 5,
    "startColumn": 8,
    "endLineNumber": 5,
    "endColumn": 52
},{
    "resource": "/extensionname/.plasmo/static/content.tsx",
    "owner": "typescript",
    "code": "2307",
    "severity": 8,
    "message": "Cannot find module '~type' or its corresponding type declarations.",
    "source": "ts",
    "startLineNumber": 13,
    "startColumn": 51,
    "endLineNumber": 13,
    "endColumn": 58
}]
Was this page helpful?