Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2023-11-07 00:10:33 +00:00
parent a303eb5d32
commit 611897b987
123 changed files with 1294 additions and 696 deletions

View File

@ -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