We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b8c8f commit 9477596Copy full SHA for 9477596
1 file changed
src/extensionsIntegrated/Phoenix/default-projects.js
@@ -58,6 +58,7 @@ define(function (require, exports, module) {
58
* https://github.com/orgs/phcode-dev/discussions/1930
59
* Strange_insults.html uses some words inappropriate for a school setting. so we delete the file as well
60
* as it was installed wrongly previously.
61
+ * This code can be removed after June 2025 to give 6 months for users to update.
62
*/
63
async function removeOffendingFile() {
64
let offendingFilePath = ProjectManager.getExploreProjectPath() + "/strange_insults.html";
0 commit comments