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
121 stars 48 forks source link

fix: get working directory via IOM API #1163

Closed scnwwu closed 2 months ago

scnwwu commented 3 months ago

Summary Fix #1119

Get working directory via IOM API instead of SAS log

Testing Tested with COM and IOM connections and the result can be fetched correctly.

Zhirong2022 commented 2 months ago

Update the sasv9.cfg and add -pagesize 15 at C:\Program Files\SASHome\SASFoundation\9.4 to reproduce the issue. It has no error if trying the same in the PR branch.