Skip to content

Commit

Permalink
remove ai plugin added by default
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jul 25, 2024
1 parent 94793bc commit 525bd8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const getInitialState = (): SettingsState => {
language: <SettingsLanguage>altairConfig.default_language,
addQueryDepthLimit: altairConfig.add_query_depth_limit,
tabSize: altairConfig.tab_size,
'plugin.list': ['altair-graphql-plugin-ai'],
...initialSettings,
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ describe('settings', () => {
language: 'en-US',
addQueryDepthLimit: 1,
tabSize: 1,
'plugin.list': ['altair-graphql-plugin-ai'],
});
});

Expand All @@ -72,7 +71,6 @@ describe('settings', () => {
language: 'en-US',
addQueryDepthLimit: 1,
tabSize: 1,
'plugin.list': ['altair-graphql-plugin-ai'],
});
});

Expand All @@ -99,7 +97,6 @@ describe('settings', () => {
language: 'en-US',
addQueryDepthLimit: 3,
tabSize: 2,
'plugin.list': ['altair-graphql-plugin-ai'],
});
});

Expand All @@ -115,7 +112,6 @@ describe('settings', () => {
language: 'en-US',
addQueryDepthLimit: 1,
tabSize: 1,
'plugin.list': ['altair-graphql-plugin-ai'],
});
});

Expand All @@ -137,7 +133,6 @@ describe('settings', () => {
language: 'en-US',
addQueryDepthLimit: 1,
tabSize: 1,
'plugin.list': ['altair-graphql-plugin-ai'],
});
});

Expand Down

0 comments on commit 525bd8f

Please sign in to comment.