mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
**Bug** In python file, typing `'` in a string or comment results in `''` due to auto closing pairs. **fix** Apply same fix that we use for Typescript to disable this behavior in strings and comments https://github.com/Microsoft/vscode/blob/master/extensions/typescript/language-configuration.json Fixes #8539