microsoft / vscode-python-tools-extension-template

Template for creating VS Code extensions for python tools.
https://code.visualstudio.com/api/advanced-topics/python-extension-template
Other
138 stars 44 forks source link

Reference filepaths consistently in README #208

Closed caelean closed 4 months ago

caelean commented 5 months ago

The current README references all filepaths with a /, except for the sample tests path.

This PR ensures all filepaths are referenced in the same way.