Browse Source

Removes unused code

main
Eric Amodio 5 years ago
parent
commit
1938a7850b
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      src/configuration.ts

+ 0
- 6
src/configuration.ts View File

@ -14,12 +14,6 @@ import { Config } from './config';
import { extensionId } from './constants';
import { Objects } from './system';
const emptyConfig: Config = new Proxy<Config>({} as Config, {
get: function() {
return emptyConfig;
}
});
type ConfigInspection<T> = {
key: string;
defaultValue?: T;

Loading…
Cancel
Save