Skip to content

Commit

Permalink
🔥 remove unnecessary migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Jun 23, 2024
1 parent 54786d4 commit 69ec57f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/config/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import {
getConfigJsonPathForRemote,
getConfigTsPath,
getContinueDotEnv,
migrate,
} from "../util/paths";
import {
defaultContextProvidersJetBrains,
Expand Down Expand Up @@ -98,7 +97,7 @@ function loadSerializedConfig(
config.allowAnonymousTelemetry = true;
}

if (ideSettings.remoteConfigServerUrl) {
if (remoteConfigServerUrl) {
try {
const remoteConfigJson = resolveSerializedConfig(
getConfigJsonPathForRemote(ideSettings.remoteConfigServerUrl),
Expand Down

0 comments on commit 69ec57f

Please sign in to comment.