-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TS Server #2041
Commits on Feb 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for acd4914 - Browse repository at this point
Copy the full SHA acd4914View commit details
Commits on Feb 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e4128af - Browse repository at this point
Copy the full SHA e4128afView commit details
Commits on Feb 12, 2015
-
1
Configuration menu - View commit details
-
Copy full SHA for 9735b74 - Browse repository at this point
Copy the full SHA 9735b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a9084 - Browse repository at this point
Copy the full SHA 27a9084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f19b2 - Browse repository at this point
Copy the full SHA 17f19b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b28f20 - Browse repository at this point
Copy the full SHA 7b28f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for abec4f9 - Browse repository at this point
Copy the full SHA abec4f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f3250 - Browse repository at this point
Copy the full SHA 54f3250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0963644 - Browse repository at this point
Copy the full SHA 0963644View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee3ee05 - Browse repository at this point
Copy the full SHA ee3ee05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d37fa - Browse repository at this point
Copy the full SHA 07d37faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e94f39 - Browse repository at this point
Copy the full SHA 6e94f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a44b74 - Browse repository at this point
Copy the full SHA 4a44b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for c987ab9 - Browse repository at this point
Copy the full SHA c987ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e86e55 - Browse repository at this point
Copy the full SHA 3e86e55View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b1254 - Browse repository at this point
Copy the full SHA c0b1254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93aa3f1 - Browse repository at this point
Copy the full SHA 93aa3f1View commit details
Commits on Feb 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 99373db - Browse repository at this point
Copy the full SHA 99373dbView commit details
Commits on Feb 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a0b557e - Browse repository at this point
Copy the full SHA a0b557eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd8a06 - Browse repository at this point
Copy the full SHA dfd8a06View commit details
Commits on Feb 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b175045 - Browse repository at this point
Copy the full SHA b175045View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce828d0 - Browse repository at this point
Copy the full SHA ce828d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89267bc - Browse repository at this point
Copy the full SHA 89267bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d396ddf - Browse repository at this point
Copy the full SHA d396ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9867e06 - Browse repository at this point
Copy the full SHA 9867e06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e2460 - Browse repository at this point
Copy the full SHA 11e2460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 178e8f7 - Browse repository at this point
Copy the full SHA 178e8f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d3cb7 - Browse repository at this point
Copy the full SHA 40d3cb7View commit details
Commits on Feb 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2a02655 - Browse repository at this point
Copy the full SHA 2a02655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50ca35a - Browse repository at this point
Copy the full SHA 50ca35aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8944df1 - Browse repository at this point
Copy the full SHA 8944df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c7fdf - Browse repository at this point
Copy the full SHA 76c7fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d2e99 - Browse repository at this point
Copy the full SHA d9d2e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c1bfb - Browse repository at this point
Copy the full SHA f5c1bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d081c9c - Browse repository at this point
Copy the full SHA d081c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca34838 - Browse repository at this point
Copy the full SHA ca34838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9ac8d - Browse repository at this point
Copy the full SHA 8a9ac8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd0bf3 - Browse repository at this point
Copy the full SHA bdd0bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbcdb61 - Browse repository at this point
Copy the full SHA bbcdb61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e6756 - Browse repository at this point
Copy the full SHA 54e6756View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e2f4d - Browse repository at this point
Copy the full SHA 32e2f4dView commit details
Commits on Feb 17, 2015
-
Removed file mapping compression technique due to brittleness of
approach. As necessary, will substitute grouping or paging approaches.
steveluc committedFeb 17, 2015 Configuration menu - View commit details
-
Copy full SHA for d2712dd - Browse repository at this point
Copy the full SHA d2712ddView commit details -
Change rename response to return the rename info + nested location
information: one array of location information per file. Add interface definition for rename response body.
steveluc committedFeb 17, 2015 Configuration menu - View commit details
-
Copy full SHA for cadd57c - Browse repository at this point
Copy the full SHA cadd57cView commit details
Commits on Feb 18, 2015
-
Removed deleteLen from change request; added endLine, endCol that mark
the end of the deleted Range (inclusive). DeleteLen was not always accurate because editors normalize \r\n to \n in some cases, affecting the length of ranges. In Diagnostic response items, changed len field to end to address the same range length issue. Flattened MessageDiagnosticChains in diagnostic message text, since clients expect string there. Renamed ts.server.protocol to simply protocol in session.ts and client.ts since module name prefix is clear. Based on protocol feedback: Changed LineCol to Location. Changed CodeLocation interface name prefix to FileLocation. Changed DiagEvent to DiagnosticEvent. Removed anonymous types.
steveluc committedFeb 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 3868fb5 - Browse repository at this point
Copy the full SHA 3868fb5View commit details -
Split completions req/response pair into two messages "completions" and
"completionEntryDetails". This mirrors the function of the LS API and increases performance of completion in large projects.
steveluc committedFeb 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 4b59083 - Browse repository at this point
Copy the full SHA 4b59083View commit details
Commits on Feb 19, 2015
-
steveluc committed
Feb 19, 2015 Configuration menu - View commit details
-
Copy full SHA for d364f61 - Browse repository at this point
Copy the full SHA d364f61View commit details