mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
add a setting to enable showing tabs
This commit is contained in:
@@ -145,7 +145,7 @@ export class RequestService extends BaseRequestService {
|
||||
let confRegistry = <IConfigurationRegistry>platform.Registry.as(Extensions.Configuration);
|
||||
confRegistry.registerConfiguration({
|
||||
id: 'http',
|
||||
order: 9,
|
||||
order: 15,
|
||||
title: nls.localize('httpConfigurationTitle', "HTTP configuration"),
|
||||
type: 'object',
|
||||
properties: {
|
||||
|
||||
Reference in New Issue
Block a user