salesforcedx-vscode
salesforcedx-vscode copied to clipboard
Salesforce Extensions for VS Code
[Bug 1175](https://github.com/forcedotcom/salesforcedx-vscode/issues/1175) was closed without the bug being fixed. ### Steps To Reproduce: 1. Download Source from Org. 2. Create new apex class in browser. 3. Retrieve Source From Org...
I am implementing unlocked packaging more and more in client orgs and many of them are namespaced. It appears the Apex Language Server does not store symbol data (forgive any...
### Summary Typically I always write doctypes to all public methods, so that they are useful when reusing and trying to codecomplete them. I noticed that for some methods it...
### Summary When a user runs `SFDX: Turn On Apex Debug Log for Replay Debugger` successfully, the message `Recording detailed logs until ` is added to the VSCode footer. Once...
### Summary While using the apex Replay Debugger pressing "Restart" closes the current debug replay and brings user to the log file. ### Steps To Reproduce: 1. Start a debug...
### Summary While running replay debugger in VS Code on an `@RemoteAction` annotated method, the debugger ran through all my breakpoints (including checkpoints) without pausing. After reading a related issue,...
I'm iterating over a loop that throws a NPE when I try to iterate over a record with a certain Id. I want to set a breakpoint to stop when...
### Summary This code fails linter, but is valid Aura Components markup. ### Steps To Reproduce: 1. Create an Aura component 2. Add this markup `...` 3. Save the code,...
### Summary I've trying to display a currency field in a multi-currency org on a lightning component. This throws an error when trying to save the file because the CSS...
### What does this PR do? Add ts files to LWC file system watcher so that lwc-language-server can update `tsconfig.json` file on core workspaces if a ts file is changed....