PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

A common platform for PowerShell development support in any editor or application!

Results 171 PowerShellEditorServices issues
Sort by recently updated
recently updated
newest added

# PR Summary Sorry, don't know github too well so all three commits are in one pull request - I did want to do them individually. And one is in...

# PR Summary Not super familiar with Neovim but this is deprecated ```lua vim.api.nvim_buf_set_option(bufnr, 'omnifunc', 'v:lua.vim.lsp.omnifunc') ``` and I believe this is the fix ```lua vim.api.nvim_set_option_value("omnifunc", "v:lua.vim.lsp.omnifunc", { buf =...

### Prerequisites - [x] I have written a descriptive issue title. - [x] I have searched all [issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been requested. ### Summary Currently it...

Issue-Enhancement
Up for Grabs
Area-Debugging

### Prerequisites - [x] I have written a descriptive issue title. - [x] I have searched all [_open and closed_ issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug
Needs: Triage

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug

### Prerequisites - [x] I have written a descriptive issue title. - [x] I have searched all [_open and closed_ issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug
Needs: Triage

This message often comes up on startup of PSES, I think something in the configuration provider startup is triggering it and it probably should be cleaned up. `[Warn - 10:15:02...

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been requested. ### Summary It appears...

Issue-Enhancement
Needs: Triage

I tried to look for the solution in existing tickets, but found no ticket mentioning `Add-Type` support. I am using now PSES in Sublime Text with PR and recipe at:...

Issue-Enhancement
Area-IntelliSense

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug