Skip to content

Commit

Permalink
Fix python extension pasting activation stuff into vREPL
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
  • Loading branch information
paulober committed Sep 7, 2024
1 parent 90c6964 commit cccb1a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stubs.mts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ export default class Stubs {
"python.analysis.diagnosticSeverityOverrides": {
reportMissingModuleSource: "none",
},
// this should stop the python extension
// from pasting activation stuff into the vREPL
// eslint-disable-next-line @typescript-eslint/naming-convention
"python.terminal.activateEnvironment": false,
};

if (!justUpdate) {
Expand Down

0 comments on commit cccb1a2

Please sign in to comment.