diff --git a/pythonExtensionApi/README.md b/pythonExtensionApi/README.md index 4acd26008b24..5208d90cdfa5 100644 --- a/pythonExtensionApi/README.md +++ b/pythonExtensionApi/README.md @@ -18,7 +18,7 @@ First we need to define a `package.json` for the extension that wants to use the // core extension. "dependencies": { "@vscode/python-extension": "...", - "@types/vscode": "..." + "@types/vscode": "..." }, } ```