-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from verhovsky/master
Language dropdown when pasting into plaintext file
- Loading branch information
Showing
4 changed files
with
364 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# curlconverter | ||
|
||
This extension adds a "Paste cURL as code" option to the right click menu when you're editing a Python, JavaScript, PHP, R, Go, Java, Rust or JSON file. | ||
This extension adds a "Paste cURL as \<language\>" option to the right click menu when you're editing a Python, JavaScript, PHP, R, Go, Java, Rust or JSON file. | ||
|
||
<img alt="Screenshot of right click menu with Past cURL as code option highlighted" src="./screenshot.png" width="407px" /> | ||
|
||
The JSON output is [curlconverter](https://curlconverter.com/)'s parser's internal state. | ||
The JSON output is not in any standard format, you can think of it as [curlconverter](https://curlconverter.com/)'s parser's internal state. | ||
|
||
--- | ||
|
||
The version of curlconverter is much older than the one on https://curlconverter.com due to a technical limitation of VS Code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.