Skip to content

Commit

Permalink
Fix package json encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Jul 28, 2021
1 parent 10744e5 commit 1aaa6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
{
"id": "python.learnMore",
"title": "Learn more",
"description": "- Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands).\n- [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list.\n- Explore more features in our [Tutorials](https://aka.ms/AA8dqti) or check [Documentation](https://aka.ms/AA8dxwy) for tips and troubleshooting.\n Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features.",
"description": "- Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands).\n- [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list.\n- Explore more features in our [Tutorials](https://aka.ms/AA8dqti) or check [Documentation](https://aka.ms/AA8dxwy) for tips and troubleshooting.\n- Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features.",
"media": {
"image": "resources/walkthrough/python-docs-learn-more.png",
"altText": "Documentation page for Python in VS Code"
Expand Down Expand Up @@ -239,7 +239,7 @@
{
"id": "python.dataScienceLearnMore",
"title": "Learn more",
"description": " Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands).\n [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list.\n Explore more features in our [Tutorials](https://aka.ms/AA8dqti) or check the [Documentation](https://aka.ms/AA8dxwy) for tips and troubleshooting.\n Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features.",
"description": "- Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands).\n- [Sign up](https://aka.ms/python-vscode-mailinglist) for tips and tutorials through our mailing list.\n- Explore more features in our [Tutorials](https://aka.ms/AA8dqti) or check the [Documentation](https://aka.ms/AA8dxwy) for tips and troubleshooting.\n- Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features.",
"media": {
"image": "resources/walkthrough/datascience-learn-more.png",
"altText": "Learning more from python visual studio code documentation"
Expand Down

0 comments on commit 1aaa6bf

Please sign in to comment.