소스 검색

Removes unused code

main
Eric Amodio 5 년 전
부모
커밋
1938a7850b
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      src/configuration.ts

+ 0
- 6
src/configuration.ts 파일 보기

@ -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;

불러오는 중...
취소
저장