[PR #4617] [MERGED] fix: escape double quotes on cmder and Anaconda profiles #25866

Open
opened 2026-01-31 09:12:18 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/4617
Author: @fedeoliv
Created: 2/16/2020
Status: Merged
Merged: 2/18/2020
Merged by: @DHowett-MSFT

Base: masterHead: fedeoliv/fix-third-party-profiles-escape-quotes


📝 Commits (1)

  • 1d9c31f fix: escape double quotes on cmder and Anaconda profiles

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 doc/user-docs/ThirdPartyToolProfiles.md (+2 -2)

📄 Description

On Adding profiles for third-party tools documentation, cmder and Anaconda profiles are incorrect due to double quotes escape missing on the commandline JSON property.

This PR fixes the sample by adding \" on the file path of each tool that uses cmd.exe to run.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/4617 **Author:** [@fedeoliv](https://github.com/fedeoliv) **Created:** 2/16/2020 **Status:** ✅ Merged **Merged:** 2/18/2020 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `fedeoliv/fix-third-party-profiles-escape-quotes` --- ### 📝 Commits (1) - [`1d9c31f`](https://github.com/microsoft/terminal/commit/1d9c31fc9f6b0521a6540e38bda035fcdbd7b03d) fix: escape double quotes on cmder and Anaconda profiles ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `doc/user-docs/ThirdPartyToolProfiles.md` (+2 -2) </details> ### 📄 Description On **Adding profiles for third-party tools** documentation, `cmder` and `Anaconda` profiles are incorrect due to double quotes escape missing on the `commandline` JSON property. This PR fixes the sample by adding `\"` on the file path of each tool that uses `cmd.exe` to run. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:12:18 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#25866