
- #Aqua data studio cache folder code
- #Aqua data studio cache folder mac
Enable tab colors by editing the queryEditor.tabColorMode setting. By default, tab colors are off by default. To simplify identifying what connections you're working with, open tabs in the editor can have their colors set to match the color of the Server Group the connection belongs to.
#Aqua data studio cache folder code
For details, see Hot Exit (in the Visual Studio Code documentation).
Enable hot exit by editing the files.hotExit setting. In Visual Studio Code, this is the same as the hot exit feature.īy default, hot exit's off. Hot ExitĪzure Data Studio remembers unsaved changes to files when you exit by default. Azure Data Studio folder in your project. The workspace setting file is located under the. Linux $HOME/.config/azuredatastudio/User/settings.json.
#Aqua data studio cache folder mac
Mac $HOME/Library/Application Support/azuredatastudio/User/settings.json. Windows %APPDATA%\azuredatastudio\User\settings.json. Settings File Locationsĭepending on your platform, the user settings file is located here: Workspace settings are useful for sharing project-specific settings across a team. The following example disables line numbers in the editor and configures lines of code to be indented automatically.Ĭhanges to settings are reloaded by Azure Data Studio after the modified settings.json file is saved. You can also open the user and workspace settings from the Command Palette ( Ctrl+Shift+P) with Preferences: Open User Settings and Preferences: Open Workspace Settings or use the keyboard shortcut ( Ctrl+,). The tabs on the right let you switch quickly between the user and workspace settings files. Copy any setting that you want to change to the appropriate settings.json file. You're provided with a list of Default Settings. The menu command File > Preferences > Settings ( Code > Preferences > Settings on Mac) provides the entry point to configure user and workspace settings. Settings defined on this scope override the user scope. Workspace - Workspace settings are settings specific to a folder on your computer, and are only available when the folder is open in the Explorer sidebar. User - These settings apply globally to any instance of Azure Data Studio you open.
Nearly every part of Azure Data Studio's editor, user interface, and functional behavior has options you can modify.Īzure Data Studio provides two different scopes for settings: It's easy to configure Azure Data Studio to your liking through settings.