Skip to content

Commit

Permalink
unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Dec 9, 2024
1 parent 400e949 commit 68b0398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/drivers/cmakeFileApiDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { DebuggerInformation } from '@cmt/debug/cmakeDebugger/debuggerConfigureD
import { CMakeOutputConsumer, StateMessage } from '@cmt/diagnostics/cmake';
import { ConfigureTrigger } from '@cmt/cmakeProject';
import { onConfigureSettingsChange } from '@cmt/ui/util';
import { targetArchFromGeneratorPlatform } from '@cmt/installs/visualStudio';

nls.config({ messageFormat: nls.MessageFormat.bundle, bundleFormat: nls.BundleFormat.standalone })();
const localize: nls.LocalizeFunc = nls.loadMessageBundle();
Expand Down

0 comments on commit 68b0398

Please sign in to comment.