Skip to content

Commit

Permalink
docs: update pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongxu committed Jun 19, 2024
1 parent a083afe commit 666aece
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/types/pkg-config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,6 @@ export interface Explorer {
};
[k: string]: unknown | undefined;
};
/**
* Enable use vim-devicons instead of built-in icon configuration
*/
'explorer.icon.enableVimDevicons'?: boolean;
/**
* Icon for expanded node
*/
Expand Down Expand Up @@ -432,14 +428,6 @@ export interface Explorer {
* Explorer datetime format, check out https://date-fns.org/v2.9.0/docs/format
*/
'explorer.datetime.format'?: string;
/**
* Explorer will automatically reveal to the current buffer when open explorer
*/
'explorer.file.revealWhenOpen'?: boolean;
/**
* Explorer will automatically expand to the current buffer
*/
'explorer.file.autoReveal'?: boolean;
/**
* Explorer will automatically reveal to the current buffer when open explorer
*/
Expand Down

0 comments on commit 666aece

Please sign in to comment.