{"id":19253007,"url":"https://github.com/shadyboukhary/vscode-paste-as-string-array","last_synced_at":"2025-04-21T13:31:26.816Z","repository":{"id":58974269,"uuid":"534823306","full_name":"ShadyBoukhary/vscode-paste-as-string-array","owner":"ShadyBoukhary","description":"VSCode extension to paste text as a string array. This is useful when copying command line into launch.json args","archived":false,"fork":false,"pushed_at":"2022-09-10T00:37:25.000Z","size":123,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T13:43:27.502Z","etag":null,"topics":["debugging","json","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=shadyboukhary.paste-as-string-array","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShadyBoukhary.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-09T22:23:14.000Z","updated_at":"2022-12-28T07:14:56.000Z","dependencies_parsed_at":"2022-09-23T04:43:39.454Z","dependency_job_id":null,"html_url":"https://github.com/ShadyBoukhary/vscode-paste-as-string-array","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadyBoukhary%2Fvscode-paste-as-string-array","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadyBoukhary%2Fvscode-paste-as-string-array/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadyBoukhary%2Fvscode-paste-as-string-array/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadyBoukhary%2Fvscode-paste-as-string-array/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadyBoukhary","download_url":"https://codeload.github.com/ShadyBoukhary/vscode-paste-as-string-array/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250064646,"owners_count":21368945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugging","json","vscode","vscode-extension"],"created_at":"2024-11-09T18:29:11.093Z","updated_at":"2025-04-21T13:31:26.578Z","avatar_url":"https://github.com/ShadyBoukhary.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n# paste-as-string-array \n![CI](https://github.com/shadyboukhary/vscode-paste-as-string-array/actions/workflows/ci.yaml/badge.svg)\n\nTired of having to convert command line arguments to an array of strings for use in `launch.json` in VSCode? You're not alone. This extension solves this issue by automatically converting arguments to fit VSCode expectations.\n\n## Features\n\n### Paste As String Array\n\nSimply execute the `Paste as String Array` command in Ctrl+shift+P or use the following shortcuts\n\n* Windows: Ctrl+Alt+V\n* Linux: Ctrl+Alt+V\n* MacOS: Cmd+Shift+V\n\nIt will convert an example cmdline from this:\n\n```\n--arg1 1 --arg2 2 --arg3 3 --args4 1 2 3 test --args5 test1 test2 test3 test4\n```\n\nTo this\n```\n\"--arg1\",\"1\",\"--arg2\",\"2\",\"--arg3\",\"3\",\"--args4\",\"1\",\"2\",\"3\",\"test\",\"--args5\",\"test1\",\"test2\",\"test3\",\"test4\"\n```\n\n\n![Extension in action](./resources/animation.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadyboukhary%2Fvscode-paste-as-string-array","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadyboukhary%2Fvscode-paste-as-string-array","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadyboukhary%2Fvscode-paste-as-string-array/lists"}