{"id":15192257,"url":"https://github.com/powershell/vscode-powershell","last_synced_at":"2025-05-14T03:03:42.745Z","repository":{"id":37396776,"uuid":"42131201","full_name":"PowerShell/vscode-powershell","owner":"PowerShell","description":"Provides PowerShell language and debugging support for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2025-03-26T23:04:12.000Z","size":9841,"stargazers_count":1775,"open_issues_count":358,"forks_count":510,"subscribers_count":111,"default_branch":"main","last_synced_at":"2025-04-03T09:51:03.423Z","etag":null,"topics":["extensions","hacktoberfest","powershell","visual-studio-code"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items/ms-vscode.PowerShell","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/PowerShell.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-08T18:29:04.000Z","updated_at":"2025-04-01T17:33:31.000Z","dependencies_parsed_at":"2023-02-13T22:01:20.356Z","dependency_job_id":"fe7e3131-031c-4796-834e-de7376228263","html_url":"https://github.com/PowerShell/vscode-powershell","commit_stats":{"total_commits":2562,"total_committers":139,"mean_commits":"18.431654676258994","dds":0.7786885245901639,"last_synced_commit":"1aa99c29a86047b7f54bd1e1422d0bdbdd6fd662"},"previous_names":[],"tags_count":192,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShell%2Fvscode-powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShell%2Fvscode-powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShell%2Fvscode-powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShell%2Fvscode-powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PowerShell","download_url":"https://codeload.github.com/PowerShell/vscode-powershell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246981170,"owners_count":20863827,"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":["extensions","hacktoberfest","powershell","visual-studio-code"],"created_at":"2024-09-27T21:20:35.286Z","updated_at":"2025-04-03T10:04:21.235Z","avatar_url":"https://github.com/PowerShell.png","language":"TypeScript","readme":"# PowerShell for Visual Studio Code\n\n[![CI Tests](https://github.com/PowerShell/vscode-powershell/actions/workflows/ci-test.yml/badge.svg)](https://github.com/PowerShell/vscode-powershell/actions/workflows/ci-test.yml)\n[![Version](https://img.shields.io/visual-studio-marketplace/v/ms-vscode.PowerShell)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)\n[![Installs](https://img.shields.io/visual-studio-marketplace/i/ms-vscode.PowerShell)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)\n[![Join the chat on Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode\u0026logo=discord\u0026logoColor=white)](https://aka.ms/powershell-vscode-discord)\n\nThis extension provides rich [PowerShell][] language support for [Visual Studio Code][] (VS Code).\nNow you can write and debug PowerShell scripts using the excellent IDE-like interface\nthat VS Code provides.\n\nThis repository, `vscode-powershell`, is the [Language Server Protocol][] client for VS\nCode and [`PowerShellEditorServices`][] is the server (also used by other editors, such as\nEmacs and Vim).\n\n[PowerShell]: https://github.com/PowerShell/PowerShell\n[Visual Studio Code]: https://github.com/Microsoft/vscode\n[`PowerShellEditorServices`]: https://github.com/PowerShell/PowerShellEditorServices\n[Language Server Protocol]: https://microsoft.github.io/language-server-protocol/\n\n## Available Features\n\n- [Syntax highlighting][]\n- Advanced built-in [code snippets][]\n- [IntelliSense][] for cmdlets and more\n- [Problems][] reported by [PowerShell Script Analyzer][]\n- [Go to Definition][] of cmdlets, variables, classes and more\n- [Find References][] of cmdlets, variables, classes and more\n- Document and Workspace [Symbol Navigation][]\n- Symbol-based [Outline View][]\n- Run selected PowerShell code in current terminal using \u003ckbd\u003eF8\u003c/kbd\u003e\n- Launch online help for the symbol under the cursor using \u003ckbd\u003eCtrl+F1\u003c/kbd\u003e\n- PowerShell [Debugger][] integration\n- An Extension Terminal that can interact with the debugger (try `Set-PSBreakpoint`!)\n- PowerShell ISE theme findable in the [theme picker][]\n- Also try ISE Mode with the **Toggle ISE Mode** command\n\nBundled with the extension is the PowerShell ISE theme. It is not activated by default,\nbut after installing this extension either click **Set Color Theme** or use the [theme\npicker][] and select **PowerShell ISE**.\n\n[Syntax highlighting]: https://github.com/PowerShell/EditorSyntax\n[code snippets]: https://code.visualstudio.com/docs/editor/userdefinedsnippets\n[IntelliSense]: https://code.visualstudio.com/docs/editor/intellisense\n[Problems]: https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_errors-and-warnings\n[PowerShell Script Analyzer]: http://github.com/PowerShell/PSScriptAnalyzer\n[Go to Definition]: https://code.visualstudio.com/docs/editor/editingevolved#_go-to-definition\n[Find References]: https://code.visualstudio.com/docs/editor/editingevolved#_reference-information\n[Symbol Navigation]: https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name\n[Outline View]: https://code.visualstudio.com/docs/getstarted/userinterface#_outline-view\n[Debugger]: https://learn.microsoft.com/powershell/scripting/dev-cross-plat/vscode/using-vscode#debugging-with-visual-studio-code\n[theme picker]: https://code.visualstudio.com/docs/getstarted/themes\n\n## Platform Support\n\nThe extension should work everywhere [Visual Studio Code](https://code.visualstudio.com/docs/supporting/requirements) is supported using [PowerShell 7+ currently supported versions][].\n\n\u003e [!IMPORTANT]\n\u003e For Windows PowerShell, only version 5.1 is supported and only on a best-effort basis. [.NET Framework 4.8][dotnet-framework] or higher is required.\n\n\u003e [!IMPORTANT]\n\u003e [Visual Studio Code for the Web](https://code.visualstudio.com/docs/editor/vscode-web) is only supported for limited functionality such as basic syntax highlighting, as the PowerShell engine cannot run in this environment currently.\n\n[VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview) Environments, including [Github Codespaces](https://github.com/features/codespaces) and [VS Code Server](https://code.visualstudio.com/docs/remote/vscode-server) are supported.\n\nWe actively test the following configurations [in Github Actions on every commit](https://github.com/PowerShell/vscode-powershell/actions/workflows/ci-test.yml):\n- **Windows Server 2022** with Windows PowerShell 5.1 and PowerShell 7+\n- **macOS 14.7** with PowerShell 7+\n- **Ubuntu 24.04** with PowerShell 7+\n\nOn Windows, we also test with and without Constrained Language Mode enabled.\n\nRead the [installation instructions][]\nto get more details on how to use the extension on these platforms.\n\n[PowerShell 7+ currently supported versions]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle\n[installation instructions]: https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode\n[dotnet-framework]: https://dotnet.microsoft.com/en-us/download/dotnet-framework\n\n## Installing the Extension\n\nThe PowerShell extension can be installed from the Visual Studio Code Marketplace by\nclicking the [**Install Button**][]. You can also install the PowerShell extension from\nwithin VS Code by opening the **Extensions** view with keyboard shortcut\n\u003ckbd\u003eCtrl+Shift+X\u003c/kbd\u003e, typing PowerShell, and selecting the extension.\n\nWe would encourage you to try the _pre-release_ version whenever possible. When a\n_Pre-Release_ is available, it can be installed from the marketplace using the\n**Switch to Pre-Release Version** button. You can switch back to the stable version of the\nextension by using the **Switch to Release Version** button that will appear. You can also\ndowngrade to other versions of the extension using the arrow next to the **Uninstall**\nbutton and choosing **Install Another Version**.\n\n[**Install Button**]: vscode:extension/ms-vscode.PowerShell\n\n## Getting Help\n\nPlease our [support](SUPPORT.md) document.\n\n## Code of Conduct\n\nPlease see our [Code of Conduct](CODE_OF_CONDUCT.md) before participating in this project.\n\n## Contributing to the Code\n\nCheck out the [development documentation](docs/development.md) for more details\non how to contribute to this extension!\n\n## Security Note\n\nFor any security issues, please see [here](SECURITY.md).\n\n## Maintainers\n\n### Current\n\n- Andy Jordan - [@andyleejordan](https://github.com/andyleejordan)\n- Patrick Meinecke - [@SeeminglyScience](https://github.com/SeeminglyScience)\n- Sydney Smith - [@SydneyhSmith](https://github.com/SydneyhSmith)\n- Justin Grote - [@JustinGrote](https://github.com/JustinGrote)\n\n### Emeriti\n\n- Keith Hill - [@rkeithhill](https://github.com/rkeithhill)\n- Rob Holt - [@rjmholt](https://github.com/rjmholt)\n- Tyler Leonhardt - [@TylerLeonhardt](https://github.com/TylerLeonhardt)\n- David Wilson - [@daviwil](https://github.com/daviwil)\n\n## License\n\nThis extension is [licensed under the MIT License](LICENSE.txt). Please see the\n[third-party notices](NOTICE.txt) file for details on the third-party\nbinaries that we include with releases of this project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpowershell%2Fvscode-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpowershell%2Fvscode-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpowershell%2Fvscode-powershell/lists"}