mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-04 20:01:16 -06: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