Skip to content

Instantly share code, notes, and snippets.

View jbandura's full-sized avatar

Jacek Bandura jbandura

View GitHub Profile
@jbandura
jbandura / cloudSettings
Last active November 22, 2020 18:50
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-11-21T16:52:46.345Z","extensionVersion":"v3.4.3"}
interface Capability {
isAllowed(args: Record<string, any>): boolean;
get disallowReason(): string;
get name(): string;
get accountId(): string;
}
class CapabilityService extends Service {