You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,31 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
48
48
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
49
49
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
50
50
51
+
52
+
## Questions, issues, feature requests, and contributions
53
+
54
+
- If you have a question about how to accomplish something with the extension, please [ask on our Discussions page](https://github.com/microsoft/vscode-python/discussions/categories/q-a).
55
+
- If you come across a problem with the extension, please [file an issue](https://github.com/microsoft/vscode-python).
56
+
- Contributions are always welcome! Please see our [contributing guide](https://github.com/Microsoft/vscode-python/blob/main/CONTRIBUTING.md) for more details.
57
+
- Any and all feedback is appreciated and welcome!
58
+
- If someone has already [filed an issue](https://github.com/Microsoft/vscode-python) that encompasses your feedback, please leave a 👍/👎 reaction on the issue.
59
+
- Otherwise please start a [new discussion](https://github.com/microsoft/vscode-python/discussions/categories/ideas).
60
+
- If you're interested in the development of the extension, you can read about our [development process](https://github.com/Microsoft/vscode-python/blob/main/CONTRIBUTING.md#development-process).
61
+
62
+
## Data and telemetry
63
+
64
+
The Microsoft Python Extension for Visual Studio Code collects usage
65
+
data and sends it to Microsoft to help improve our products and
66
+
services. Read our
67
+
[privacy statement](https://privacy.microsoft.com/privacystatement) to
68
+
learn more. This extension respects the `telemetry.enableTelemetry`
0 commit comments