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.59k stars 909 forks source link

Source Control Missing Additional Options #25543

Open Napkinholder opened 8 months ago

Napkinholder commented 8 months ago

Type: Bug

I don't know how to "reproduce" the issue. When I go to source control, I only have a single option, "Reopen Closed Repositories" I don't have any options to clone a repository from a URL.

Azure Data Studio version: azuredatastudio 1.48.0 (4970733324ef8254b7c22a5dc55af7f8a1dea93f, 2024-02-27T00:05:08.293Z) OS version: Windows_NT x64 10.0.22621 Restricted Mode: No Preview Features: Enabled Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz (16 x 2904)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|127.90GB (99.21GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (12) Extension|Author (truncated)|Version ---|---|--- admin-pack|Mic|0.0.2 agent|Mic|0.49.0 dacpac|Mic|1.14.0 datavirtualization|Mic|1.14.0 import|Mic|1.6.1 machine-learning|Mic|0.12.0 profiler|Mic|0.14.0 query-history|Mic|0.5.3 schema-compare|Mic|1.21.0 sql-assessment|Mic|0.6.4 sql-database-projects|Mic|1.4.2 sql-prompt|Red|0.2.12 (1 theme extensions excluded)
smartguest commented 8 months ago

This means you have recently closed another repo on your machine that it recently opened. There is a way to Git Clone from a remote repository: it requires opening the command palette (under view, or ctrl-shift-p), and searching for Git Clone. We will take this feedback into account though. Thanks.