Socket
Socket
Sign inDemoInstall

@workbench-stack/core

Package Overview
Dependencies
Maintainers
4
Versions
318
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workbench-stack/core - npm Package Compare versions

Comparing version 0.0.27-alpha.241 to 0.0.27-alpha.243

lib/interfaces/statusbar/index.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.27-alpha.243](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.242...v0.0.27-alpha.243) (2020-06-22)
**Note:** Version bump only for package @workbench-stack/core
## [0.0.27-alpha.241](https://github.com/cdmbase/workbench-stack/compare/v0.0.27-alpha.240...v0.0.27-alpha.241) (2020-06-14)

@@ -8,0 +16,0 @@

6

lib/config/config.d.ts
import * as envalid from 'envalid';
export declare const config: Readonly<{
NODE_ENV: "production" | "staging" | "development" | "test";
FOLDER_CONFIG_FOLDER_NAME: ".cdecode";
FOLDER_SETTINGS_NAME: "settings";
NODE_ENV: string;
FOLDER_CONFIG_FOLDER_NAME: string;
FOLDER_SETTINGS_NAME: string;
}> & envalid.CleanEnv & {
readonly [varName: string]: string;
};

@@ -19,2 +19,5 @@ export declare const PREFERENCE_EDITOR_ID = "workbench.editor.preferenceeditor";

};
export declare const StatusbarExtensions: {
Statusbar: string;
};
export declare const SETTINGS_EDITOR_2_INPUT = "workbench.input.settings2";

@@ -82,2 +82,3 @@ export declare const CommonTypes: {

IDialogService: symbol;
IStatusbarService: symbol;
IKeybindingService: symbol;

@@ -116,2 +117,5 @@ IKeybindingEditingService: symbol;

Detail = "Detail",
Statusbar = "Statusbar",
StatubarEntry = "StatubarEntry",
StatusbarItem = "StatusbarItem",
Keybindings = "Keybindings",

@@ -118,0 +122,0 @@ KeybindingItem = "KeybindingItem",

@@ -1,3 +0,3 @@

export declare const FOLDER_CONFIG_FOLDER_NAME: ".cdecode";
export declare const FOLDER_SETTINGS_NAME: "settings";
export declare const FOLDER_CONFIG_FOLDER_NAME: string;
export declare const FOLDER_SETTINGS_NAME: string;
export declare const FOLDER_SETTINGS_PATH: string;

@@ -4,0 +4,0 @@ export declare const defaultSettingsSchemaId = "vscode://schemas/settings/default";

@@ -28,2 +28,3 @@ export * from './workbench-settings';

export * from './dialog';
export * from './statusbar';
export * from './keybinding';

@@ -12,2 +12,4 @@ import { IEditorOptions, IEditorGroup } from '../generated-model';

switchSettings(target: ConfigurationTarget, resource: URI, jsonEditor?: boolean): Promise<void>;
openGlobalKeybindingSettings(textual: boolean): Promise<void>;
openDefaultKeybindingsFile(): Promise<void>;
}

@@ -14,0 +16,0 @@ export interface ISettingsEditorOptions extends IEditorOptions {

@@ -13,2 +13,3 @@ import { ICodeEditorService, IEditorService, IModelService, IModeService } from './editor';

import { IDialogService } from './dialog';
import { IStatusbarService } from "./statusbar";
import { IKeybindingService, IKeymapService, IKeybindingEditingService } from './keybinding';

@@ -39,2 +40,3 @@ import { IStorageService } from './storage';

readonly dialogService: IDialogService;
readonly statusbarService: IStatusbarService;
readonly keybindingService: IKeybindingService;

@@ -41,0 +43,0 @@ readonly keybindingEditingService: IKeybindingEditingService;

{
"name": "@workbench-stack/core",
"version": "0.0.27-alpha.241",
"version": "0.0.27-alpha.243",
"description": "Workbench core for higher packages to depend on",

@@ -47,3 +47,3 @@ "main": "lib/index.js",

},
"gitHead": "04548e292da1531b292901ca3e6e9cdcbfdc4f68"
"gitHead": "442681b749c3f892ac3434c34d9df3dcb9a87291"
}

@@ -26,3 +26,8 @@

export const StatusbarExtensions = {
Statusbar: 'workbench.contributions.statusbar',
};
export const SETTINGS_EDITOR_2_INPUT = 'workbench.input.settings2';

@@ -118,2 +118,3 @@ import { SymbolKind } from 'cdecode';

IDialogService: Symbol.for('IDialogService'),
IStatusbarService: Symbol.for('IStatusbarService'),
IKeybindingService: Symbol.for('IKeybindingService'),

@@ -169,2 +170,6 @@ IKeybindingEditingService: Symbol.for('IKeybindingEditingService'),

//statusbar
Statusbar = 'Statusbar',
StatubarEntry = 'StatubarEntry',
StatusbarItem = 'StatusbarItem',
//Keybindings

@@ -171,0 +176,0 @@ Keybindings = 'Keybindings',

@@ -29,2 +29,3 @@ export * from './workbench-settings';

export * from './dialog';
export * from './statusbar';
export * from './keybinding';

@@ -20,2 +20,5 @@ import { IResourceSideBySideInput, IEditorOptions, IEditorGroup } from '../generated-model';

switchSettings(target: ConfigurationTarget, resource: URI, jsonEditor?: boolean): Promise<void>;
openGlobalKeybindingSettings(textual: boolean): Promise<void>;
openDefaultKeybindingsFile(): Promise<void>; //@sri modified
}

@@ -22,0 +25,0 @@

@@ -14,2 +14,3 @@

import { IDialogService } from './dialog';
import { IStatusbarService } from "./statusbar";
import { IKeybindingService, IKeymapService, IKeybindingEditingService } from './keybinding';

@@ -42,2 +43,3 @@ import { IStorageService } from './storage';

readonly dialogService: IDialogService;
readonly statusbarService: IStatusbarService
readonly keybindingService: IKeybindingService;

@@ -44,0 +46,0 @@ readonly keybindingEditingService: IKeybindingEditingService;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc