We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2453c8b commit 51370a5Copy full SHA for 51370a5
extension/src/VisualizationBackend/PyVisualizationSupport.ts
@@ -111,7 +111,7 @@ export class PyVisualizationBackend extends VisualizationBackendBase {
111
kind: "error",
112
message: {
113
kind: "list",
114
- items: ["Pleas make sure vscodedebugvisualizer is installed: `pip install vscodedebugvisualizer`"],
+ items: ["Please make sure vscodedebugvisualizer is installed: `pip install vscodedebugvisualizer`"],
115
},
116
};
117
}
0 commit comments