Once https://github.com/microsoft/vscode-python/pull/6497 lands we should upstream the appropriate regexes to https://github.com/microsoft/vscode/blob/master/extensions/python/language-configuration.json and delete https://github.com/microsoft/vscode/blob/master/extensions/python/src/pythonMain.ts so that all Python users benefit. # Steps - [ ] Land https://github.com/microsoft/vscode-python/pull/6497 - [ ] Write smoke tests to make sure upstream doesn't regress - [ ] Upstream regexes to https://github.com/microsoft/vscode/blob/master/extensions/python/language-configuration.json - [ ] Delete https://github.com/microsoft/vscode/tree/master/extensions/python/.vscode - [ ] Delete https://github.com/microsoft/vscode/tree/master/extensions/python/src - [ ] Delete https://github.com/microsoft/vscode/blob/master/extensions/python/tsconfig.json - [ ] Delete our own code and tests
Once #6497 lands we should upstream the appropriate regexes to https://github.com/microsoft/vscode/blob/master/extensions/python/language-configuration.json and delete https://github.com/microsoft/vscode/blob/master/extensions/python/src/pythonMain.ts so that all Python users benefit.
Steps
elseand friends #6497