jshinonome / vscode-q

vscode kdb+/q extension
GNU General Public License v3.0
41 stars 16 forks source link

An Option to disable server side command line update #72

Closed jshinonome closed 2 years ago

jshinonome commented 2 years ago
\c(console size)
\T(timeout)
avec-zz commented 2 years ago

I would even argue that disabled should be the default.

Thanks, Attila

jshinonome commented 2 years ago

Yeah, I will disable them by default and put a warning message if someone tries to configure them. Do let me know if I miss anything.

jshinonome commented 2 years ago

I removed the time-out configuration as this should be configured by the kdb team. As for console size, I don't need to set \c on the process. I didn't realize this before, .Q.S[100 250; 0; return] already did the job no matter what console size is set. Just released version 2.5.7 removed those configurations.