Use vscode log path (#6599)

* use vscode log file

* remove log

* remove sqltools output log and add command to open log
This commit is contained in:
Anthony Dresser
2019-08-12 11:44:27 -07:00
committed by GitHub
parent 2d2b61a001
commit d733525f2c
8 changed files with 56 additions and 30 deletions

View File

@@ -115,6 +115,11 @@
{
"command": "mssql.clearSearchServerResult",
"title": "%title.clearSearchServerResult%"
},
{
"command": "mssql.showLogFile",
"category": "MSSQL",
"title": "%title.showLogFile%"
}
],
"outputChannels": [
@@ -943,4 +948,4 @@
]
}
}
}
}