MISC: Add removal of API server to list of breaking changes (#2205)

This commit is contained in:
catloversg
2025-07-22 14:42:46 +07:00
committed by GitHub
parent effa0ff17b
commit 902367d8b6

View File

@@ -3,6 +3,15 @@ import type { VersionBreakingChange } from "./APIBreak";
export const breakingChanges300: VersionBreakingChange = {
additionalText: "For more information, please check https://github.com/bitburner-official/bitburner-src/issues/2148.",
apiBreakingChanges: [
{
brokenAPIs: [],
info:
"You cannot use the deprecated VSCode extension to connect to the Steam app via API server now. You have to " +
"use Remote API to connect your external editors to Bitburner.\nFor more information, please check the Remote " +
"API page in the Documentation tab. If you have a question, please ask us on #external-editors on Discord (https://discord.gg/TFc3hKD).",
showWarning: true,
doNotSkip: true,
},
{
brokenAPIs: [{ name: "ns.nFormat" }],
info: