Files
sdk/pkg/analysis_server/doc/process/overview.md
T
Danny Tuppeny 292ba46112 [analysis_server] Add some initial docs about running/debugging server from source in VS Code
Change-Id: I1218b3b583bc61d45a9568016ca825460717c12c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/258360
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2022-09-08 18:55:53 +00:00

13 lines
574 B
Markdown

# Overview
This section of the documentation discusses the processes used when working on
the `analysis_server` package. Many of those processes are the same as the ones
followed when working on the `analyzer` package. The processes they have in
common are not duplicated here, so you should also familiarize yourself with the
processes documented in the `analyzer` package.
The documentation covers the following topics:
- [Implementing a new language feature](new_language_feature.md)
- [Running/Debugging analysis_server from source in VS Code](running_in_vs_code.md)