diff --git a/resources/dark/add-scratchpad-python.svg b/resources/dark/add-scratchpad-python.svg index 734b6e72..c26b9b2d 100644 --- a/resources/dark/add-scratchpad-python.svg +++ b/resources/dark/add-scratchpad-python.svg @@ -1,4 +1,4 @@ - + diff --git a/resources/dark/add-scratchpad.svg b/resources/dark/add-scratchpad.svg index 3f6c84a5..e8f6f20b 100644 --- a/resources/dark/add-scratchpad.svg +++ b/resources/dark/add-scratchpad.svg @@ -1,4 +1,4 @@ - + diff --git a/resources/light/add-scratchpad-python.svg b/resources/light/add-scratchpad-python.svg index 5921c44b..5d314994 100644 --- a/resources/light/add-scratchpad-python.svg +++ b/resources/light/add-scratchpad-python.svg @@ -1,4 +1,4 @@ - + diff --git a/resources/light/add-scratchpad.svg b/resources/light/add-scratchpad.svg index 32d77208..74d17476 100644 --- a/resources/light/add-scratchpad.svg +++ b/resources/light/add-scratchpad.svg @@ -1,4 +1,4 @@ - + diff --git a/resources/python-active.svg b/resources/python-active.svg index f5ef91cd..bf29def0 100644 --- a/resources/python-active.svg +++ b/resources/python-active.svg @@ -1,4 +1,4 @@ - + diff --git a/resources/python-connected.svg b/resources/python-connected.svg index 6688525f..cb7d72bd 100644 --- a/resources/python-connected.svg +++ b/resources/python-connected.svg @@ -1,4 +1,4 @@ - + diff --git a/resources/python.svg b/resources/python.svg index f25278f5..5fc48a4e 100644 --- a/resources/python.svg +++ b/resources/python.svg @@ -1,4 +1,4 @@ - + diff --git a/resources/scratchpad-active.svg b/resources/scratchpad-active.svg index dd01128c..062ae3a4 100644 --- a/resources/scratchpad-active.svg +++ b/resources/scratchpad-active.svg @@ -1,4 +1,4 @@ - + diff --git a/resources/scratchpad-connected.svg b/resources/scratchpad-connected.svg index 3c62af58..99db245c 100644 --- a/resources/scratchpad-connected.svg +++ b/resources/scratchpad-connected.svg @@ -1,4 +1,4 @@ - + diff --git a/resources/scratchpad.svg b/resources/scratchpad.svg index 4bcdc36a..fb00e730 100644 --- a/resources/scratchpad.svg +++ b/resources/scratchpad.svg @@ -1,4 +1,4 @@ - + diff --git a/src/commands/serverCommand.ts b/src/commands/serverCommand.ts index 2cd0b96b..094a28f9 100644 --- a/src/commands/serverCommand.ts +++ b/src/commands/serverCommand.ts @@ -347,11 +347,12 @@ export async function executeQuery( ); return undefined; } + const isStringfy = !ext.resultsViewProvider.isVisible(); const startTime = Date.now(); const results = await connMngService.executeQuery( query, context, - false, + isStringfy, isPython, ); const endTime = Date.now();