faq.md: remove "Run/Debug" section

This commit is contained in:
Yann Cébron 2022-04-14 12:14:18 +02:00
parent b81f7fdb1a
commit 1156585114

View File

@ -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)