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

fix: match latest ag grid template #1115

Closed scnwwu closed 1 month ago

scnwwu commented 2 months ago

Summary Fix #1114, #1013

AG Grid changed its template via https://github.com/ag-grid/ag-grid/pull/7998 I don't see any announcement for this breaking change. This is really bad.

Disabled sort UI as there's no such functionality right now.

Testing Test case in #1114 and #1013

scnwwu commented 2 months ago

Also added the fix for #1117 here, as it cannot be verified without the fix above.

ShermanWang0324 commented 1 month ago

Fixed_to_1114 Fixed_to_1117