Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vs_code/settings.rb')
-rw-r--r--lib/vs_code/settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vs_code/settings.rb b/lib/vs_code/settings.rb
index 30b91ebb16f..0cc2245eae1 100644
--- a/lib/vs_code/settings.rb
+++ b/lib/vs_code/settings.rb
@@ -15,7 +15,7 @@ module VsCode
}
]
}.freeze
- SETTINGS_TYPES = %w[settings extensions globalState machines keybindings snippets tasks].freeze
+ SETTINGS_TYPES = %w[settings extensions globalState machines keybindings snippets tasks profiles].freeze
DEFAULT_SESSION = "1"
NO_CONTENT_ETAG = "0"
end