fix(plugins): make official plugins project-wide
This commit is contained in:
@@ -112,7 +112,9 @@ export const PROJECT_SCAFFOLD_BUNDLED_RELEASE_ID = '00000000-0000-4000-8000-0000
|
||||
* Agent Skill assignment.
|
||||
*/
|
||||
export function isProjectWideCodingPluginId(pluginId: string): boolean {
|
||||
return pluginId === PROJECT_SCAFFOLD_PLUGIN_ID;
|
||||
return pluginId === DATA_SERVICE_PLUGIN_ID
|
||||
|| pluginId === GAME_RESOURCE_PLUGIN_ID
|
||||
|| pluginId === PROJECT_SCAFFOLD_PLUGIN_ID;
|
||||
}
|
||||
|
||||
export const CODE_OWNED_OPTIONAL_BUNDLED_RELEASES = Object.freeze({
|
||||
|
||||
Reference in New Issue
Block a user