microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.5k stars 882 forks source link

copilot suggestions include triple quotes #23275

Open dzsquared opened 1 year ago

dzsquared commented 1 year ago

Suggestions from Copilot include triple quotes at the end with ~25% frequency, eg:

-- get list of databases SELECT datname FROM pg_database WHERE datistemplate = false;

willl commented 6 days ago

Not triple quotes, but 3 backticks.

eg (without a space between them):

SELECT * FROM TableName
`` `