{"id":19061386,"url":"https://github.com/rouanw/vscode-strip-only","last_synced_at":"2026-05-07T19:07:56.046Z","repository":{"id":43485313,"uuid":"136477988","full_name":"rouanw/vscode-strip-only","owner":"rouanw","description":"Strips .only from your open test file in VS Code","archived":false,"fork":false,"pushed_at":"2023-07-08T04:28:54.000Z","size":228,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T12:46:44.162Z","etag":null,"topics":["mocha","strip","visual-studio","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rouanw.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-07T13:01:13.000Z","updated_at":"2022-02-11T08:57:31.000Z","dependencies_parsed_at":"2023-01-29T02:45:13.910Z","dependency_job_id":null,"html_url":"https://github.com/rouanw/vscode-strip-only","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/rouanw%2Fvscode-strip-only","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rouanw%2Fvscode-strip-only/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rouanw%2Fvscode-strip-only/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rouanw%2Fvscode-strip-only/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rouanw","download_url":"https://codeload.github.com/rouanw/vscode-strip-only/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240114395,"owners_count":19749848,"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":["mocha","strip","visual-studio","vscode","vscode-extension"],"created_at":"2024-11-09T00:21:10.247Z","updated_at":"2026-05-07T19:07:51.007Z","avatar_url":"https://github.com/rouanw.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strip-only\n\nReady to commit your code?\n\n`strip-only` is a [Visual Studio Code](https://code.visualstudio.com/) extension that removes exclusive tests by stripping `.only` from your current file. Tested with [Mocha](https://mochajs.org/).\n\nRun it and it will change all instances of `it.only` and `describe.only` to `it` and `describe` respectively. (It also works for mocha's `TDD` interface methods - `suite` and `test`.)\n\n![strip-only](https://user-images.githubusercontent.com/2362668/41152450-e81811f8-6b13-11e8-893d-e22f9321f724.gif)\n\n## Get started\n\nInstall the extension, [via the UI](https://code.visualstudio.com/docs/editor/extension-gallery) or:\n\n```sh\ncode --install-extension rouanw.strip-only\n```\n\nThe `Strip .only` command will now be available in the command palette.\n\nYou can add a keyboard shortcut, in [`keybindings.json`](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_customize-your-keyboard-shortcuts). For example:\n\n```js\n[\n  // ... other shortcuts\n  {\n      \"key\": \"ctrl+shift+.\",\n      \"command\": \"extension.stripOnly\"\n  }\n]\n```\n\n## Find it on the Visual Studio Marketplace\n\nhttps://marketplace.visualstudio.com/items?itemName=rouanw.strip-only\n\n## Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frouanw%2Fvscode-strip-only","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frouanw%2Fvscode-strip-only","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frouanw%2Fvscode-strip-only/lists"}