mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
MISC: Add removal of API server to list of breaking changes (#2205)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user