sassoftware / vscode-sas-extension

This SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.
https://sassoftware.github.io/vscode-sas-extension/
Apache License 2.0
117 stars 47 forks source link

Formatting proc FEDSQL deletes the content of the proc #1202

Closed sahbic closed 1 week ago

sahbic commented 2 weeks ago

Describe the bug

Steps to reproduce

  1. I have a proc FEDSQL in my code

image

  1. When I click "Format Document"

image

  1. The result is an empty proc FEDSQL

image

Expected behavior A formatted sql query inside proc fedsql

Environment (please complete the following information): Client OS: Windows 10 Entreprise, VSCode running in WSL2 Ubuntu Extension version: v1.10.2 SAS version: 2024.08