From 1156585114520d4e9deceac444c10ec2aad3c8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 14 Apr 2022 12:14:18 +0200 Subject: [PATCH] faq.md: remove "Run/Debug" section --- topics/basics/faq.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/topics/basics/faq.md b/topics/basics/faq.md index f2281f5c0..d97a6f124 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -58,9 +58,6 @@ This FAQ is a topical index of questions that have been asked (and answered) on * [How can I receive notifications about refactoring events?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206795955-Refactoring-Listeners) * [How do I show a refactoring dialog programmatically?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206800005-How-to-invoke-refactoring-dialog-not-refactoring-itself-) -## Run/Debug -* [How do I implement a custom run configuration?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206143009-Creating-a-Run-type-) - ## Make/Compile * [How do I get access to class files generated by javac?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206800625-Implementing-a-ClassInstrumentingCompiler-how-to-get-the-generated-class-files)